Class
LayoutElementSerializationEventArgs

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:

cs-api-definition
public class LayoutElementSerializationEventArgs : EventArgs

Inheritance: objectEventArgsLayoutElementSerializationEventArgs

Derived Classes: LayoutElementLoadingEventArgsLayoutElementSavingEventArgs

Inherited Members EventArgs.Empty

Constructors

LayoutElementSerializationEventArgs(FrameworkElement, SerializationInfo)

Initializes a new instance of the LayoutElementSerializationEventArgs class.

Declaration

cs-api-definition
public LayoutElementSerializationEventArgs(FrameworkElement element, SerializationInfo info)

Parameters

element

FrameworkElement

info

SerializationInfo

Properties

Element

Gets the element that is currently being saved / loaded.

Declaration

cs-api-definition
public FrameworkElement Element { get; set; }

Property Value

FrameworkElement

Info

Gets the property key / property value information that is saved (serialized) / loaded (deserialized).

Declaration

cs-api-definition
public SerializationInfo Info { get; }

Property Value

SerializationInfo