init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
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> { }
|
||||
}
|
||||
Reference in New Issue
Block a user