Class
LayoutSerializationLoadingEventArgs

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

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Docking.dll

Syntax:

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

Inheritance: objectEventArgsLayoutSerializationBaseEventArgsLayoutSerializationEventArgsLayoutSerializationLoadingEventArgs

Derived Classes: LayoutSerializationCustomLoadingEventArgs

Implements: ICancelIElementProperties

Inherited Members LayoutSerializationEventArgs.ElementPropertiesLayoutSerializationBaseEventArgs.AffectedElementSerializationTagLayoutSerializationBaseEventArgs.AffectedElementEventArgs.Empty

Constructors

LayoutSerializationLoadingEventArgs(string)

Initializes a new instance of the LayoutSerializationLoadingEventArgs class.

Declaration

cs-api-definition
public LayoutSerializationLoadingEventArgs(string affectedElementSerializationTag)

Parameters

affectedElementSerializationTag

string

The affected element serialization tag.

LayoutSerializationLoadingEventArgs(string, Dictionary<string, string>)

Initializes a new instance of the LayoutSerializationLoadingEventArgs class.

Declaration

cs-api-definition
public LayoutSerializationLoadingEventArgs(string affectedElementSerializationTag, Dictionary<string, string> elementProperties)

Parameters

affectedElementSerializationTag

string

The affected element serialization tag.

elementProperties

Dictionary<string, string>

A Dictionary<TKey, TValue> containing the string representations of the DependencyPropertys of the AffectedElement that will be loaded from the layout Xml in the RadDocking.

Properties

Cancel

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

Declaration

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

Property Value

bool

Implements ICancel.Cancel

Methods

SetAffectedElement(DependencyObject)

Sets the affected element.

Declaration

cs-api-definition
public void SetAffectedElement(DependencyObject newElement)

Parameters

newElement

DependencyObject

The new element be set.