The base event args used for RadDocking layout Serialization events.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Docking.dll
Syntax:
C#
public class LayoutSerializationBaseEventArgs : EventArgs
Inheritance: objectEventArgsLayoutSerializationBaseEventArgs
Derived Classes:
Inherited Members
Constructors
Initializes a new instance of the LayoutSerializationBaseEventArgs class.
C#
public LayoutSerializationBaseEventArgs(DependencyObject affectedElement, string affectedElementSerializationTag)
The affected element.
affectedElementSerializationTagstringThe serialization tag of the affected element.
Properties
AffectedElement
DependencyObject
Gets the affected element.
C#
public DependencyObject AffectedElement { get; protected set; }
The affected element.
Gets serialization tag of the affected element.
C#
public string AffectedElementSerializationTag { get; }
The serialization tag of the affected element.