Definition
Namespace:Telerik.WinControls.UI.Docking
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class ControlTreeChangedEventArgs : EventArgs
Inheritance: objectEventArgsControlTreeChangedEventArgs
Inherited Members
Constructors
C#
public ControlTreeChangedEventArgs(Control parent, Control child, ControlTreeChangeAction action)
Properties
Gets the action of the notification.
C#
public ControlTreeChangeAction Action { get; }
Gets the child Control instance, inserted or removed in the Parent's collection.
C#
public Control Child { get; }