New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI.Docking

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class ControlTreeChangedEventArgs : EventArgs

Inheritance: objectEventArgsControlTreeChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public ControlTreeChangedEventArgs(Control parent, Control child, ControlTreeChangeAction action)
Parameters:parentControlchildControlactionControlTreeChangeAction

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; }

Gets the Control instance, which Controls collection has changed.

C#
public Control Parent { get; }