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

A class that contains information about the element before saving it in XML string.

Definition

Namespace:Telerik.Windows.Controls.LayoutControl.Serialization

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
public class LayoutElementSavingEventArgs : LayoutElementSerializationEventArgs

Inheritance: objectEventArgsLayoutElementSerializationEventArgsLayoutElementSavingEventArgs

Inherited Members LayoutElementSerializationEventArgs.ElementLayoutElementSerializationEventArgs.InfoEventArgs.Empty

Constructors

Initializes a new instance of the LayoutElementSavingEventArgs class.

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

Properties

Gets or sets whether the serialization should be canceled.

C#
public bool Cancel { get; set; }