Class
LayoutSerializationBaseEventArgs

The base event args used for RadDocking layout Serialization events.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Docking.dll

Syntax:

cs-api-definition
public class LayoutSerializationBaseEventArgs : EventArgs

Inheritance: objectEventArgsLayoutSerializationBaseEventArgs

Derived Classes: LayoutSerializationCleaningEventArgsLayoutSerializationEventArgs

Inherited Members EventArgs.Empty

Constructors

LayoutSerializationBaseEventArgs(DependencyObject, string)

Initializes a new instance of the LayoutSerializationBaseEventArgs class.

Declaration

cs-api-definition
public LayoutSerializationBaseEventArgs(DependencyObject affectedElement, string affectedElementSerializationTag)

Parameters

affectedElement

DependencyObject

The affected element.

affectedElementSerializationTag

string

The serialization tag of the affected element.

Properties

AffectedElement

Gets the affected element.

Declaration

cs-api-definition
public DependencyObject AffectedElement { get; protected set; }

Property Value

DependencyObject

The affected element.

AffectedElementSerializationTag

Gets serialization tag of the affected element.

Declaration

cs-api-definition
public string AffectedElementSerializationTag { get; }

Property Value

string

The serialization tag of the affected element.