Defines the possible actions for a ControlTreeChanged event.
Definition
Namespace:Telerik.WinControls.UI.Docking
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public enum ControlTreeChangeAction
Fields
A control has been added.
C#
Add = 0
A control has been removed.
C#
Remove = 1