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
Initializes a new instance of the LayoutSerializationSavingEventArgs class.
public LayoutSerializationSavingEventArgs(DependencyObject affectedElement, string affectedElementSerializationTag, Dictionary<string, string> elementProperties)
The affected element.
affectedElementSerializationTagstringThe serialization tag of the affected element.
elementPropertiesDictionary<string, string>A Dictionary<TKey, TValue> containing element properties of the AffectedElement that will be saved to the layout Xml of the RadDocking.
Initializes a new instance of the LayoutSerializationSavingEventArgs class.
public LayoutSerializationSavingEventArgs(DependencyObject affectedElement, string affectedElementSerializationTag)
The affected element.
affectedElementSerializationTagstringThe serialization tag of the affected element.
Properties
Gets or sets a value that determines whether the AffectedElement will be serialized.
public bool Cancel { get; set; }
Implements: