Files
DP44/Common/DTS.Common/.svn/pristine/37/37a2861e84be429f79a9651cbb3a6ec09ae5c3da.svn-base
2026-04-17 14:55:32 -04:00

13 lines
374 B
Plaintext

using Prism.Events;
namespace DTS.Common.Events
{
/// <summary>
/// The TabControlSelectionChanged event.
/// </summary>
///
/// <remarks>This event has to be used by the TabControl to indicate that its tab has been changed.</remarks>
///
public class TabControlSelectionChanged : PubSubEvent<TabControlSelectionEventArgs> { }
}