Class LayoutSerializationLoadingEventArgs
The event arguments used for the Rad
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 Layout
Declaration
public LayoutSerializationLoadingEventArgs(string affectedElementSerializationTag)
Parameters
System. The affected element serialization tag. |
LayoutSerializationLoadingEventArgs(String, Dictionary<String, String>)
Initializes a new instance of the Layout
Declaration
public LayoutSerializationLoadingEventArgs(string affectedElementSerializationTag, Dictionary<string, string> elementProperties)
Parameters
System. The affected element serialization tag. |
System. A System.Collections.Generic.Dictionary<, > containing the string representations of the System. |
Properties
Cancel
Gets or sets a value that determines whether the Affected
Declaration
public bool Cancel { get; set; }
Property Value
System.
|
Implements
Methods
SetAffectedElement(DependencyObject)
Sets the affected element.
Declaration
public void SetAffectedElement(DependencyObject newElement)
Parameters
System. The new element be set. |