Class LayoutSerializationLoadingEventArgs
The event arguments used for the RadDocking's layout Serialization Loading event.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public class LayoutSerializationLoadingEventArgs : LayoutSerializationEventArgs, IElementProperties, ICancel
Constructors
LayoutSerializationLoadingEventArgs(String)
Initializes a new instance of the LayoutSerializationLoadingEventArgs class.
Declaration
public LayoutSerializationLoadingEventArgs(string affectedElementSerializationTag)
Parameters
System.String
affectedElementSerializationTag
The affected element serialization tag. |
LayoutSerializationLoadingEventArgs(String, Dictionary<String, String>)
Initializes a new instance of the LayoutSerializationLoadingEventArgs class.
Declaration
public LayoutSerializationLoadingEventArgs(string affectedElementSerializationTag, Dictionary<string, string> elementProperties)
Parameters
System.String
affectedElementSerializationTag
The affected element serialization tag. |
System.Collections.Generic.Dictionary<System.String, System.String>
elementProperties
A System.Collections.Generic.Dictionary<, > containing the string representations of the System.Windows.DependencyPropertys of the AffectedElement that will be loaded from the layout Xml in the RadDocking. |
Properties
Cancel
Gets or sets a value that determines whether the AffectedElement will be loaded.
Declaration
public bool Cancel { get; set; }
Property Value
System.Boolean
|
Implements
Methods
SetAffectedElement(DependencyObject)
Sets the affected element.
Declaration
public void SetAffectedElement(DependencyObject newElement)
Parameters
System.Windows.DependencyObject
newElement
The new element be set. |