Class
ControlTreeChangedEventArgs

Definition

Namespace:Telerik.WinControls.UI.Docking

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class ControlTreeChangedEventArgs : EventArgs

Inheritance: objectEventArgsControlTreeChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

ControlTreeChangedEventArgs(Control, Control, ControlTreeChangeAction)

Declaration

cs-api-definition
public ControlTreeChangedEventArgs(Control parent, Control child, ControlTreeChangeAction action)

Parameters

parent

Control

child

Control

action

ControlTreeChangeAction

Properties

Action

Gets the action of the notification.

Declaration

cs-api-definition
public ControlTreeChangeAction Action { get; }

Property Value

ControlTreeChangeAction

Child

Gets the child Control instance, inserted or removed in the Parent's collection.

Declaration

cs-api-definition
public Control Child { get; }

Property Value

Control

Parent

Gets the Control instance, which Controls collection has changed.

Declaration

cs-api-definition
public Control Parent { get; }

Property Value

Control