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
Initializes a new instance of the LayoutSerializationLoadingEventArgs class.
public LayoutSerializationLoadingEventArgs(string affectedElementSerializationTag, Dictionary<string, string> elementProperties)
The affected element serialization tag.
elementPropertiesDictionary<string, string>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.
Initializes a new instance of the LayoutSerializationLoadingEventArgs class.
public LayoutSerializationLoadingEventArgs(string affectedElementSerializationTag)
The affected element serialization tag.
Properties
Gets or sets a value that determines whether the AffectedElement will be loaded.
public bool Cancel { get; set; }
Implements:
Methods
Sets the affected element.
public void SetAffectedElement(DependencyObject newElement)
The new element be set.