The event arguments are used for ActivePangeChanged event.
Definition
Namespace:Telerik.Windows.Controls.Docking
Assembly:Telerik.Windows.Controls.Docking.dll
Syntax:
C#
public class ActivePangeChangedEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsActivePangeChangedEventArgs
Constructors
Initializes a new instance of the ActivePangeChangedEventArgs class.
C#
public ActivePangeChangedEventArgs(RoutedEvent routedEvent, object source, RadPane oldPane, RadPane newPane)
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.
oldPaneRadPaneThe old active pane.
newPaneRadPaneThe new active pane that was just activated.