Class
LayoutSerializationSavingEventArgs

The event arguments used for the RadDocking's layout Serialization saving event.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Docking.dll

Syntax:

cs-api-definition
public class LayoutSerializationSavingEventArgs : LayoutSerializationEventArgs, IElementProperties, ICancel

Inheritance: objectEventArgsLayoutSerializationBaseEventArgsLayoutSerializationEventArgsLayoutSerializationSavingEventArgs

Implements: ICancelIElementProperties

Inherited Members LayoutSerializationEventArgs.ElementPropertiesLayoutSerializationBaseEventArgs.AffectedElementSerializationTagLayoutSerializationBaseEventArgs.AffectedElementEventArgs.Empty

Constructors

LayoutSerializationSavingEventArgs(DependencyObject, string)

Initializes a new instance of the LayoutSerializationSavingEventArgs class.

Declaration

cs-api-definition
public LayoutSerializationSavingEventArgs(DependencyObject affectedElement, string affectedElementSerializationTag)

Parameters

affectedElement

DependencyObject

The affected element.

affectedElementSerializationTag

string

The serialization tag of the affected element.

LayoutSerializationSavingEventArgs(DependencyObject, string, Dictionary<string, string>)

Initializes a new instance of the LayoutSerializationSavingEventArgs class.

Declaration

cs-api-definition
public LayoutSerializationSavingEventArgs(DependencyObject affectedElement, string affectedElementSerializationTag, Dictionary<string, string> elementProperties)

Parameters

affectedElement

DependencyObject

The affected element.

affectedElementSerializationTag

string

The serialization tag of the affected element.

elementProperties

Dictionary<string, string>

A Dictionary<TKey, TValue> containing element properties of the AffectedElement that will be saved to the layout Xml of the RadDocking.

Properties

Cancel

Gets or sets a value that determines whether the AffectedElement will be serialized.

Declaration

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

Property Value

bool

Implements ICancel.Cancel