Class LayoutSerializationBaseEventArgs
The base event args used for Rad
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 Layout
Declaration
public LayoutSerializationBaseEventArgs(DependencyObject affectedElement, string affectedElementSerializationTag)
Parameters
System. The affected element. |
System. The serialization tag of the affected element. |
Properties
AffectedElement
Gets the affected element.
Declaration
public DependencyObject AffectedElement { get; protected set; }
Property Value
System. The affected element. |
AffectedElementSerializationTag
Gets serialization tag of the affected element.
Declaration
public string AffectedElementSerializationTag { get; }
Property Value
System. The serialization tag of the affected element. |