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

The base event args used for RadDocking layout Serialization events.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Docking.dll

Syntax:

C#
public class LayoutSerializationBaseEventArgs : EventArgs

Inheritance: objectEventArgsLayoutSerializationBaseEventArgs

Derived Classes: LayoutSerializationCleaningEventArgsLayoutSerializationEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the LayoutSerializationBaseEventArgs class.

C#
public LayoutSerializationBaseEventArgs(DependencyObject affectedElement, string affectedElementSerializationTag)
Parameters:affectedElementDependencyObject

The affected element.

affectedElementSerializationTagstring

The serialization tag of the affected element.

Properties

AffectedElement

DependencyObject

Gets the affected element.

C#
public DependencyObject AffectedElement { get; protected set; }
Property Value:

The affected element.

Gets serialization tag of the affected element.

C#
public string AffectedElementSerializationTag { get; }
Property Value:

The serialization tag of the affected element.