Class LayoutSerializationCleaningEventArgs
The event args used for RadDocking layout Serialization cleaning event.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public class LayoutSerializationCleaningEventArgs : LayoutSerializationBaseEventArgs, ICancel
Constructors
LayoutSerializationCleaningEventArgs(DependencyObject, String)
Initializes a new instance of the LayoutSerializationCleaningEventArgs class.
Declaration
public LayoutSerializationCleaningEventArgs(DependencyObject affectedElement, string affectedElementSerializationTag)
Parameters
System.Windows.DependencyObject
affectedElement
The affected element. |
System.String
affectedElementSerializationTag
The serialization tag of the affected element. |
Properties
Cancel
Gets or sets a value that determines whether the AffectedElement will be removed from the layout.
Declaration
public bool Cancel { get; set; }
Property Value
System.Boolean
|