The event args used for RadDocking layout Serialization cleaning event.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Docking.dll
Syntax:
C#
public class LayoutSerializationCleaningEventArgs : LayoutSerializationBaseEventArgs, ICancel
Inheritance: objectEventArgsLayoutSerializationBaseEventArgsLayoutSerializationCleaningEventArgs
Implements:
Inherited Members
Constructors
Initializes a new instance of the LayoutSerializationCleaningEventArgs class.
C#
public LayoutSerializationCleaningEventArgs(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 removed from the layout.
C#
public bool Cancel { get; set; }
Implements: