Class LayoutSerializationSavingEventArgs
The event arguments used for the Rad
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 Layout
Declaration
public LayoutSerializationSavingEventArgs(DependencyObject affectedElement, string affectedElementSerializationTag)
Parameters
System. The affected element. |
System. The serialization tag of the affected element. |
LayoutSerializationSavingEventArgs(DependencyObject, String, Dictionary<String, String>)
Initializes a new instance of the Layout
Declaration
public LayoutSerializationSavingEventArgs(DependencyObject affectedElement, string affectedElementSerializationTag, Dictionary<string, string> elementProperties)
Parameters
System. The affected element. |
System. The serialization tag of the affected element. |
System. A System.Collections.Generic.Dictionary<, > containing element properties of the Affected |
Properties
Cancel
Gets or sets a value that determines whether the Affected
Declaration
public bool Cancel { get; set; }
Property Value
System.
|