Class LayoutElementSavingEventArgs
A class that contains information about the element before saving it in XML string.
Inheritance
System.Object
System.EventArgs
LayoutElementSavingEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
|