Class ActivePangeChangedEventArgs
The event arguments are used for ActivePangeChanged event.
Inherited Members
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 ActivePangeChangedEventArgs class.
Declaration
public ActivePangeChangedEventArgs(RoutedEvent routedEvent, object source, RadPane oldPane, RadPane newPane)
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. |
RadPane
oldPane
The old active pane. |
RadPane
newPane
The new active pane that was just activated. |
Properties
NewPane
Gets the new active pane that was just activated.
Declaration
public RadPane NewPane { get; }
Property Value
RadPane
|