Class
LayoutElementSavingEventArgs

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:

cs-api-definition
public class LayoutElementSavingEventArgs : LayoutElementSerializationEventArgs

Inheritance: objectEventArgsLayoutElementSerializationEventArgsLayoutElementSavingEventArgs

Inherited Members LayoutElementSerializationEventArgs.ElementLayoutElementSerializationEventArgs.InfoEventArgs.Empty

Constructors

LayoutElementSavingEventArgs(FrameworkElement, SerializationInfo)

Initializes a new instance of the LayoutElementSavingEventArgs class.

Declaration

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

Parameters

element

FrameworkElement

info

SerializationInfo

Properties

Cancel

Gets or sets whether the serialization should be canceled.

Declaration

cs-api-definition
public bool Cancel { get; set; }

Property Value

bool