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

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:

C#
public class LayoutSerializationCustomLoadingEventArgs : LayoutSerializationLoadingEventArgs, IElementProperties, ICancel

Inheritance: objectEventArgsLayoutSerializationBaseEventArgsLayoutSerializationEventArgsLayoutSerializationLoadingEventArgsLayoutSerializationCustomLoadingEventArgs...

Implements: ICancelIElementProperties

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

Constructors

Initializes a new instance of the LayoutSerializationCustomLoadingEventArgs class.

C#
public LayoutSerializationCustomLoadingEventArgs(string customElementTypeName, string affectedElementSerializationTag, Dictionary<string, string> elementProperties)
Parameters:customElementTypeNamestringaffectedElementSerializationTagstringelementPropertiesDictionary<string, string>

Initializes a new instance of the LayoutSerializationCustomLoadingEventArgs class.

C#
public LayoutSerializationCustomLoadingEventArgs(string customElementTypeName, string affectedElementSerializationTag)
Parameters:customElementTypeNamestringaffectedElementSerializationTagstring

Properties

Gets the type name of the custom affected element.

C#
public string CustomElementTypeName { get; }
Property Value:

The type name of the custom affected element.