Class LayoutSerializationSavingEventArgs
The event arguments used for the RadDocking's layout Serialization saving event.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public class LayoutSerializationSavingEventArgs : LayoutSerializationEventArgs, IElementProperties, ICancel
Constructors
LayoutSerializationSavingEventArgs(DependencyObject, String)
Initializes a new instance of the LayoutSerializationSavingEventArgs class.
Declaration
public LayoutSerializationSavingEventArgs(DependencyObject affectedElement, string affectedElementSerializationTag)
Parameters
System.Windows.DependencyObject
affectedElement
The affected element. |
System.String
affectedElementSerializationTag
The serialization tag of the affected element. |
LayoutSerializationSavingEventArgs(DependencyObject, String, Dictionary<String, String>)
Initializes a new instance of the LayoutSerializationSavingEventArgs class.
Declaration
public LayoutSerializationSavingEventArgs(DependencyObject affectedElement, string affectedElementSerializationTag, Dictionary<string, string> elementProperties)
Parameters
System.Windows.DependencyObject
affectedElement
The affected element. |
System.String
affectedElementSerializationTag
The serialization tag of the affected element. |
System.Collections.Generic.Dictionary<System.String, System.String>
elementProperties
A System.Collections.Generic.Dictionary<, > containing element properties of the AffectedElement that will be saved to the layout Xml of the RadDocking. |
Properties
Cancel
Gets or sets a value that determines whether the AffectedElement will be serialized.
Declaration
public bool Cancel { get; set; }
Property Value
System.Boolean
|