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:
Inherited Members
Constructors
Initializes a new instance of the LayoutSerializationCustomLoadingEventArgs class.
C#
public LayoutSerializationCustomLoadingEventArgs(string customElementTypeName, string affectedElementSerializationTag, Dictionary<string, string> elementProperties)
Initializes a new instance of the LayoutSerializationCustomLoadingEventArgs class.
Properties
Gets the type name of the custom affected element.
C#
public string CustomElementTypeName { get; }
The type name of the custom affected element.