Definition
Namespace:Telerik.WinControls.UI.Docking
Assembly:Telerik.WinControls.RadDock.dll
Syntax:
C#
public class SelectedTabChangingEventArgs : DockWindowCancelEventArgs
Inheritance: objectEventArgsCancelEventArgsDockWindowCancelEventArgsSelectedTabChangingEventArgs
Inherited Members
Constructors
Initializes a new instance of the DockWindowCancelEventArgs class.
C#
public SelectedTabChangingEventArgs(DockWindow oldWindow, DockWindow newWindow)
The old dock window.
newWindowDockWindowThe new 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 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 tab strip.
C#
public DockTabStrip TabStrip { get; }
The tab strip.