New to Telerik UI for WPFStart a free 30-day trial

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: LayoutElementLoadingEventArgsLayoutElementSavingEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the LayoutElementSerializationEventArgs class.

C#
public LayoutElementSerializationEventArgs(FrameworkElement element, SerializationInfo info)
Parameters:elementFrameworkElementinfoSerializationInfo

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; }