Class LayoutElementSavingEventArgs
A class that contains information about the element before saving it in XML string.
Inherited Members
Namespace: Telerik.Windows.Controls.LayoutControl.Serialization
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class LayoutElementSavingEventArgs : LayoutElementSerializationEventArgs
Constructors
LayoutElementSavingEventArgs(FrameworkElement, SerializationInfo)
Initializes a new instance of the LayoutElementSavingEventArgs class.
Declaration
public LayoutElementSavingEventArgs(FrameworkElement element, SerializationInfo info)
Parameters
System.Windows.FrameworkElement
element
|
SerializationInfo
info
|
Properties
Cancel
Gets or sets whether the serialization should be canceled.
Declaration
public bool Cancel { get; set; }
Property Value
System.Boolean
|