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