Class
StateChangeEventArgs

The event args are used for pin/unpin events.

Definition

Namespace:Telerik.Windows.Controls.Docking

Assembly:Telerik.Windows.Controls.Docking.dll

Syntax:

cs-api-definition
public class StateChangeEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsStateChangeEventArgs

Constructors

StateChangeEventArgs(RoutedEvent, object, IEnumerable<RadPane>)

Initializes a new instance of the StateChangeEventArgs class.

Declaration

cs-api-definition
public StateChangeEventArgs(RoutedEvent routedEvent, object source, IEnumerable<RadPane> panes)

Parameters

routedEvent

RoutedEvent

The routed event identifier for this instance of the RoutedEventArgs class.

source

object

An alternate source that will be reported when the event is handled. This pre-populates the Source property.

panes

IEnumerable<RadPane>

The panes that are changed.

Properties

Panes

Gets the panes that are changed.

Declaration

cs-api-definition
public IEnumerable<RadPane> Panes { get; }

Property Value

IEnumerable<RadPane>

The panes that are changed.