Class StateChangeEventArgs
The event args are used for pin/unpin events.
Inherited Members
Namespace: Telerik.Windows.Controls.Docking
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public class StateChangeEventArgs : RadRoutedEventArgs
Constructors
StateChangeEventArgs(RoutedEvent, Object, IEnumerable<RadPane>)
Initializes a new instance of the StateChangeEventArgs class.
Declaration
public StateChangeEventArgs(RoutedEvent routedEvent, object source, IEnumerable<RadPane> panes)
Parameters
RoutedEvent
routedEvent
The routed event identifier for this instance of the RoutedEventArgs class. |
System.Object
source
An alternate source that will be reported when the event is handled. This pre-populates the Source property. |
System.Collections.Generic.IEnumerable<RadPane>
panes
The panes that are changed. |
Properties
Panes
Gets the panes that are changed.
Declaration
public IEnumerable<RadPane> Panes { get; }
Property Value
System.Collections.Generic.IEnumerable<RadPane>
The panes that are changed. |