Class LayoutElementLoadingEventArgs
A class that contains information about the element before loading it in RadLayoutControl.
Inherited Members
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
|