New to Telerik UI for WPFStart a free 30-day trial

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

Inherited Members LayoutSerializationBaseEventArgs.AffectedElementSerializationTagLayoutSerializationBaseEventArgs.AffectedElementEventArgs.Empty

Constructors

Initializes a new instance of the LayoutSerializationCleaningEventArgs class.

C#
public LayoutSerializationCleaningEventArgs(DependencyObject affectedElement, string affectedElementSerializationTag)
Parameters:affectedElementDependencyObject

The affected element.

affectedElementSerializationTagstring

The 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: ICancel.Cancel