ClassLayoutSerializationLoadingEventArgs
The event arguments used for the RadDocking's layout Serialization Loading event.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Docking.dll
Syntax:
public class LayoutSerializationLoadingEventArgs : LayoutSerializationEventArgs, IElementProperties, ICancel
Inheritance: objectEventArgsLayoutSerializationBaseEventArgsLayoutSerializationEventArgsLayoutSerializationLoadingEventArgs
Derived Classes:
Implements:
Inherited Members
Constructors
LayoutSerializationLoadingEventArgs(string)
Initializes a new instance of the LayoutSerializationLoadingEventArgs class.
Declaration
public LayoutSerializationLoadingEventArgs(string affectedElementSerializationTag)
Parameters
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
affectedElementSerializationTag
The affected element serialization tag.
elementProperties
A Dictionary<TKey, TValue> containing the string representations of the 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.
Methods
SetAffectedElement(DependencyObject)
Sets the affected element.
Declaration
public void SetAffectedElement(DependencyObject newElement)
Parameters
newElement
DependencyObject
The new element be set.