Class
LayoutSerializationCleaningEventArgs

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: ICancel

Inherited Members LayoutSerializationBaseEventArgs.AffectedElementSerializationTagLayoutSerializationBaseEventArgs.AffectedElementEventArgs.Empty

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

string

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

cs-api-definition
public bool Cancel { get; set; }

Property Value

bool

Implements ICancel.Cancel