Class
ElementCreatedEventArgs

The event args are used when the DefaultGeneratedItemsFactory the dynamically creates the RadDocking's elements.

Definition

Namespace:Telerik.Windows.Controls.Docking

Assembly:Telerik.Windows.Controls.Docking.dll

Syntax:

cs-api-definition
public class ElementCreatedEventArgs : EventArgs

Inheritance: objectEventArgsElementCreatedEventArgs

Inherited Members EventArgs.Empty

Constructors

ElementCreatedEventArgs(DependencyObject, DependencyObject)

Initializes a new instance of the ElementCreatedEventArgs class.

Declaration

cs-api-definition
public ElementCreatedEventArgs(DependencyObject sourceElement, DependencyObject createdElement)

Parameters

sourceElement

DependencyObject

The root DependencyObject element.

createdElement

DependencyObject

The newly auto generated element.

Properties

CreatedElement

Gets the newly auto generated element.

Declaration

cs-api-definition
public DependencyObject CreatedElement { get; }

Property Value

DependencyObject

SourceElement

Gets the DependencyObject instance.

Declaration

cs-api-definition
public DependencyObject SourceElement { get; }

Property Value

DependencyObject