StateChangeEventArgs
Class
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)
The routed event identifier for this instance of the RoutedEventArgs class.
sourceobjectAn 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; }
The panes that are changed.