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