ClassLayoutSerializationCleaningEventArgs
Class
The event args used for RadDocking layout Serialization cleaning event.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Docking.dll
Syntax:
cs-api-definition
public class LayoutSerializationCleaningEventArgs : LayoutSerializationBaseEventArgs, ICancel
Inheritance: objectEventArgsLayoutSerializationBaseEventArgsLayoutSerializationCleaningEventArgs
Implements:
Inherited Members
Constructors
LayoutSerializationCleaningEventArgs(DependencyObject, string)
Initializes a new instance of the LayoutSerializationCleaningEventArgs class.
Declaration
cs-api-definition
public LayoutSerializationCleaningEventArgs(DependencyObject affectedElement, string affectedElementSerializationTag)
Parameters
affectedElement
DependencyObject
The affected element.
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.