Class LayoutElementLoadingEventArgs
A class that contains information about the element before loading it in RadLayoutControl.
Inheritance
System.Object
System.EventArgs
LayoutElementLoadingEventArgs
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 LayoutElementLoadingEventArgs : LayoutElementSerializationEventArgs
Constructors
LayoutElementLoadingEventArgs(FrameworkElement, SerializationInfo)
Initializes a new instance of the LayoutElementLoadingEventArgs class.
Declaration
public LayoutElementLoadingEventArgs(FrameworkElement element, SerializationInfo info)
Parameters
System.Windows.FrameworkElement
element
|
SerializationInfo
info
|
Properties
Cancel
Gets or sets whether the deserialization should be canceled.
Declaration
public bool Cancel { get; set; }
Property Value
System.Boolean
|