Class
LayoutSerializationCustomLoadingEventArgs

The event args are used for layout Serialization Loading event for custom items.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Docking.dll

Syntax:

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

Inheritance: objectEventArgsLayoutSerializationBaseEventArgsLayoutSerializationEventArgsLayoutSerializationLoadingEventArgsLayoutSerializationCustomLoadingEventArgs

Implements: ICancelIElementProperties

Inherited Members LayoutSerializationLoadingEventArgs.SetAffectedElement(DependencyObject)LayoutSerializationLoadingEventArgs.CancelLayoutSerializationEventArgs.ElementPropertiesLayoutSerializationBaseEventArgs.AffectedElementSerializationTagLayoutSerializationBaseEventArgs.AffectedElementEventArgs.Empty

Constructors

LayoutSerializationCustomLoadingEventArgs(string, string)

Initializes a new instance of the LayoutSerializationCustomLoadingEventArgs class.

Declaration

cs-api-definition
public LayoutSerializationCustomLoadingEventArgs(string customElementTypeName, string affectedElementSerializationTag)

Parameters

customElementTypeName

string

affectedElementSerializationTag

string

LayoutSerializationCustomLoadingEventArgs(string, string, Dictionary<string, string>)

Initializes a new instance of the LayoutSerializationCustomLoadingEventArgs class.

Declaration

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

Parameters

customElementTypeName

string

affectedElementSerializationTag

string

elementProperties

Dictionary<string, string>

Properties

CustomElementTypeName

Gets the type name of the custom affected element.

Declaration

cs-api-definition
public string CustomElementTypeName { get; }

Property Value

string

The type name of the custom affected element.