ClassLayoutSerializationCustomLoadingEventArgs
Class
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:
Inherited Members
Constructors
LayoutSerializationCustomLoadingEventArgs(string, string)
Initializes a new instance of the LayoutSerializationCustomLoadingEventArgs class.
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
affectedElementSerializationTag
elementProperties
Properties
CustomElementTypeName
Gets the type name of the custom affected element.
Declaration
cs-api-definition
public string CustomElementTypeName { get; }
Property Value
The type name of the custom affected element.