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

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:

C#
public class ElementCreatedEventArgs : EventArgs

Inheritance: objectEventArgsElementCreatedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the ElementCreatedEventArgs class.

C#
public ElementCreatedEventArgs(DependencyObject sourceElement, DependencyObject createdElement)
Parameters:sourceElementDependencyObject

The root DependencyObject element.

createdElementDependencyObject

The newly auto generated element.

Properties

CreatedElement

DependencyObject

Gets the newly auto generated element.

C#
public DependencyObject CreatedElement { get; }

SourceElement

DependencyObject

Gets the DependencyObject instance.

C#
public DependencyObject SourceElement { get; }