Class SelectedTabChangingEventArgs
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public class SelectedTabChangingEventArgs : DockWindowCancelEventArgs
Constructors
SelectedTabChangingEventArgs(DockWindow, DockWindow)
Initializes a new instance of the Dock
Declaration
public SelectedTabChangingEventArgs(DockWindow oldWindow, DockWindow newWindow)
Parameters
Dock The old dock window. |
Dock The new dock window. |
Properties
NewTabStripItem
Gets the new tab strip item.
Declaration
public TabStripItem NewTabStripItem { get; }
Property Value
Tab The new tab strip item. |
NewTabStripItemIndex
Gets the new index of the selected TabStripItem.
Declaration
public int NewTabStripItemIndex { get; }
Property Value
System. The new index of the selected TabStripItem. |
OldTabStripItem
Gets the old tab strip item.
Declaration
public TabStripItem OldTabStripItem { get; }
Property Value
Tab The old tab strip item. |
OldTabStripItemIndex
Gets the old index of the selected TabStripItem.
Declaration
public int OldTabStripItemIndex { get; }
Property Value
System. The old index of the selected TabStripItem. |
TabStrip
Gets the tab strip.
Declaration
public DockTabStrip TabStrip { get; }
Property Value
Dock The tab strip. |