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 Layout
Declaration
public LayoutSerializationCustomLoadingEventArgs(string customElementTypeName, string affectedElementSerializationTag)
Parameters
System.
|
System.
|
LayoutSerializationCustomLoadingEventArgs(String, String, Dictionary<String, String>)
Initializes a new instance of the Layout
Declaration
public LayoutSerializationCustomLoadingEventArgs(string customElementTypeName, string affectedElementSerializationTag, Dictionary<string, string> elementProperties)
Parameters
System.
|
System.
|
System.
|
Properties
CustomElementTypeName
Gets the type name of the custom affected element.
Declaration
public string CustomElementTypeName { get; }
Property Value
System. The type name of the custom affected element. |