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
Constructors
Initializes a new instance of the ElementCreatedEventArgs class.
C#
public ElementCreatedEventArgs(DependencyObject sourceElement, DependencyObject createdElement)
The root DependencyObject element.
createdElementDependencyObjectThe 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; }