Definition
Namespace:Telerik.WinControls.UI.Docking
Assembly:Telerik.WinControls.RadDock.dll
Syntax:
C#
public class SelectedTabChangedEventArgs : DockWindowEventArgs
Inheritance: objectEventArgsDockWindowEventArgsSelectedTabChangedEventArgs
Inherited Members
Constructors
Initializes a new instance of the SelectedTabChangedEventArgs class.
C#
public SelectedTabChangedEventArgs(DockWindow oldWindow, DockWindow dockWindow)
The old window.
dockWindowDockWindowThe dock window.
Properties
Gets the new tab strip item.
C#
public TabStripItem NewTabStripItem { get; }
The new tab strip item.
Gets the new index of the selected TabStripItem.
C#
public int NewTabStripItemIndex { get; }
The new index of the selected TabStripItem.
Gets the new window.
C#
public DockWindow NewWindow { get; }
The new window.
Gets the old tab strip item.
C#
public TabStripItem OldTabStripItem { get; }
The old tab strip item.
Gets the old index of the selected TabStripItem.
C#
public int OldTabStripItemIndex { get; }
The old index of the selected TabStripItem.
Gets the old window.
C#
public DockWindow OldWindow { get; }
The old window.
Gets the tab strip.
C#
public DockTabStrip TabStrip { get; }
The tab strip.