Class LayoutElementSerializationEventArgs
A class that contains information about the ElementSaved / ElementLoaded events of the RadLayoutControl.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.LayoutControl.Serialization
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class LayoutElementSerializationEventArgs : EventArgs
Constructors
LayoutElementSerializationEventArgs(FrameworkElement, SerializationInfo)
Initializes a new instance of the LayoutElementSerializationEventArgs class.
Declaration
public LayoutElementSerializationEventArgs(FrameworkElement element, SerializationInfo info)
Parameters
System.Windows.FrameworkElement
element
|
SerializationInfo
info
|
Properties
Element
Gets the element that is currently being saved / loaded.
Declaration
public FrameworkElement Element { get; set; }
Property Value
System.Windows.FrameworkElement
|
Info
Gets the property key / property value information that is saved (serialized) / loaded (deserialized).
Declaration
public SerializationInfo Info { get; }
Property Value
SerializationInfo
|