Class ElementCreatedEventArgs
The event args are used when the Default
Inheritance
Namespace: Telerik.Windows.Controls.Docking
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public class ElementCreatedEventArgs : EventArgs
Constructors
ElementCreatedEventArgs(DependencyObject, DependencyObject)
Initializes a new instance of the Element
Declaration
public ElementCreatedEventArgs(DependencyObject sourceElement, DependencyObject createdElement)
Parameters
System. The root System. |
System. The newly auto generated element. |
Properties
CreatedElement
Gets the newly auto generated element.
Declaration
public DependencyObject CreatedElement { get; }
Property Value
System.
|
SourceElement
Gets the System.
Declaration
public DependencyObject SourceElement { get; }
Property Value
System.
|