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

The event args are used for pin/unpin events.

Definition

Namespace:Telerik.Windows.Controls.Docking

Assembly:Telerik.Windows.Controls.Docking.dll

Syntax:

C#
public class StateChangeEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsStateChangeEventArgs

Constructors

Initializes a new instance of the StateChangeEventArgs class.

C#
public StateChangeEventArgs(RoutedEvent routedEvent, object source, IEnumerable<RadPane> panes)
Parameters:routedEventRoutedEvent

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

sourceobject

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

panesIEnumerable<RadPane>

The panes that are changed.

Properties

Gets the panes that are changed.

C#
public IEnumerable<RadPane> Panes { get; }
Property Value:

The panes that are changed.