Class LayoutSerializationCustomLoadingEventArgs
The event args are used for layout Serialization Loading event for custom items.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public class LayoutSerializationCustomLoadingEventArgs : LayoutSerializationLoadingEventArgs, IElementProperties, ICancel
Constructors
LayoutSerializationCustomLoadingEventArgs(String, String)
Initializes a new instance of the LayoutSerializationCustomLoadingEventArgs class.
Declaration
public LayoutSerializationCustomLoadingEventArgs(string customElementTypeName, string affectedElementSerializationTag)
Parameters
System.String
customElementTypeName
|
System.String
affectedElementSerializationTag
|
LayoutSerializationCustomLoadingEventArgs(String, String, Dictionary<String, String>)
Initializes a new instance of the LayoutSerializationCustomLoadingEventArgs class.
Declaration
public LayoutSerializationCustomLoadingEventArgs(string customElementTypeName, string affectedElementSerializationTag, Dictionary<string, string> elementProperties)
Parameters
System.String
customElementTypeName
|
System.String
affectedElementSerializationTag
|
System.Collections.Generic.Dictionary<System.String, System.String>
elementProperties
|
Properties
CustomElementTypeName
Gets the type name of the custom affected element.
Declaration
public string CustomElementTypeName { get; }
Property Value
System.String
The type name of the custom affected element. |