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

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

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Docking.dll

Syntax:

C#
public class LayoutSerializationLoadingEventArgs : LayoutSerializationEventArgs, IElementProperties, ICancel

Inheritance: objectEventArgsLayoutSerializationBaseEventArgsLayoutSerializationEventArgsLayoutSerializationLoadingEventArgs

Derived Classes: LayoutSerializationCustomLoadingEventArgs

Implements: ICancelIElementProperties

Inherited Members LayoutSerializationEventArgs.ElementPropertiesLayoutSerializationBaseEventArgs.AffectedElementSerializationTagLayoutSerializationBaseEventArgs.AffectedElementEventArgs.Empty

Constructors

Initializes a new instance of the LayoutSerializationLoadingEventArgs class.

C#
public LayoutSerializationLoadingEventArgs(string affectedElementSerializationTag, Dictionary<string, string> elementProperties)
Parameters:affectedElementSerializationTagstring

The affected element serialization tag.

elementPropertiesDictionary<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.

Initializes a new instance of the LayoutSerializationLoadingEventArgs class.

C#
public LayoutSerializationLoadingEventArgs(string affectedElementSerializationTag)
Parameters:affectedElementSerializationTagstring

The affected element serialization tag.

Properties

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

C#
public bool Cancel { get; set; }

Implements: ICancel.Cancel

Methods

Sets the affected element.

C#
public void SetAffectedElement(DependencyObject newElement)
Parameters:newElementDependencyObject

The new element be set.