Class LayoutSerializationBaseEventArgs
The base event args used for RadDocking layout Serialization events.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public class LayoutSerializationBaseEventArgs : EventArgs
Constructors
LayoutSerializationBaseEventArgs(DependencyObject, String)
Initializes a new instance of the LayoutSerializationBaseEventArgs class.
Declaration
public LayoutSerializationBaseEventArgs(DependencyObject affectedElement, string affectedElementSerializationTag)
Parameters
System.Windows.DependencyObject
affectedElement
The affected element. |
System.String
affectedElementSerializationTag
The serialization tag of the affected element. |
Properties
AffectedElement
Gets the affected element.
Declaration
public DependencyObject AffectedElement { get; protected set; }
Property Value
System.Windows.DependencyObject
The affected element. |
AffectedElementSerializationTag
Gets serialization tag of the affected element.
Declaration
public string AffectedElementSerializationTag { get; }
Property Value
System.String
The serialization tag of the affected element. |