init
This commit is contained in:
18
Common/DTS.CommonCore/Enums/TabControlOperation.cs
Normal file
18
Common/DTS.CommonCore/Enums/TabControlOperation.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
namespace DTS.Common.Enums
|
||||
{
|
||||
/// <summary>
|
||||
/// Enum representing the TabControl operations type.
|
||||
/// </summary>
|
||||
public enum TabControlOperation
|
||||
{
|
||||
/// <summary>
|
||||
/// The item has been added to the TabControl.
|
||||
/// </summary>
|
||||
AddedItem,
|
||||
|
||||
/// <summary>
|
||||
/// The item has been removed from the TabControl.
|
||||
/// </summary>
|
||||
RemovedItem
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user