Class ControlTreeChangedEventArgs
Inheritance
System.Object
System.EventArgs
ControlTreeChangedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.UI.dll
Syntax
public class ControlTreeChangedEventArgs : EventArgs
Constructors
ControlTreeChangedEventArgs(Control, Control, ControlTreeChangeAction)
Declaration
public ControlTreeChangedEventArgs(Control parent, Control child, ControlTreeChangeAction action)
Parameters
System.Windows.Forms.Control
parent
|
System.Windows.Forms.Control
child
|
ControlTreeChangeAction
action
|
Properties
Action
Gets the action of the notification.
Declaration
public ControlTreeChangeAction Action { get; }
Property Value
ControlTreeChangeAction
|
Child
Gets the child Control instance, inserted or removed in the Parent's collection.
Declaration
public Control Child { get; }
Property Value
System.Windows.Forms.Control
|
Parent
Gets the Control instance, which Controls collection has changed.
Declaration
public Control Parent { get; }
Property Value
System.Windows.Forms.Control
|