Class LayoutSerializationCleaningEventArgs
The event args used for Rad
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public class LayoutSerializationCleaningEventArgs : LayoutSerializationBaseEventArgs, ICancel
Constructors
LayoutSerializationCleaningEventArgs(DependencyObject, String)
Initializes a new instance of the Layout
Declaration
public LayoutSerializationCleaningEventArgs(DependencyObject affectedElement, string affectedElementSerializationTag)
Parameters
System. The affected element. |
System. The serialization tag of the affected element. |
Properties
Cancel
Gets or sets a value that determines whether the Affected
Declaration
public bool Cancel { get; set; }
Property Value
System.
|