Class ActivePangeChangedEventArgs
The event arguments are used for ActivePangeChanged event.
Namespace: Telerik.Windows.Controls.Docking
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public class ActivePangeChangedEventArgs : RadRoutedEventArgs
Constructors
ActivePangeChangedEventArgs(RoutedEvent, Object, RadPane, RadPane)
Initializes a new instance of the Active
Declaration
public ActivePangeChangedEventArgs(RoutedEvent routedEvent, object source, RadPane oldPane, RadPane newPane)
Parameters
System. The routed event identifier for this instance of the RoutedEventArgs class. |
System. An alternate source that will be reported when the event is handled. This pre-populates the Source property. |
Rad The old active pane. |
Rad The new active pane that was just activated. |
Properties
NewPane
Gets the new active pane that was just activated.
Declaration
public RadPane NewPane { get; }