ClassLayoutSerializationSavingEventArgs
The event arguments used for the RadDocking's layout Serialization saving event.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Docking.dll
Syntax:
public class LayoutSerializationSavingEventArgs : LayoutSerializationEventArgs, IElementProperties, ICancel
Inheritance: objectEventArgsLayoutSerializationBaseEventArgsLayoutSerializationEventArgsLayoutSerializationSavingEventArgs
Implements:
Inherited Members
Constructors
LayoutSerializationSavingEventArgs(DependencyObject, string)
Initializes a new instance of the LayoutSerializationSavingEventArgs class.
Declaration
public LayoutSerializationSavingEventArgs(DependencyObject affectedElement, string affectedElementSerializationTag)
Parameters
affectedElement
DependencyObject
The affected element.
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
affectedElement
DependencyObject
The affected element.
affectedElementSerializationTag
The serialization tag of the affected element.
elementProperties
A Dictionary<TKey, TValue> 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.