Class
SelectedTabChangedEventArgs

Definition

Namespace:Telerik.WinControls.UI.Docking

Assembly:Telerik.WinControls.RadDock.dll

Syntax:

cs-api-definition
public class SelectedTabChangedEventArgs : DockWindowEventArgs

Inheritance: objectEventArgsDockWindowEventArgsSelectedTabChangedEventArgs

Inherited Members DockWindowEventArgs.DockWindowEventArgs.Empty

Constructors

SelectedTabChangedEventArgs(DockWindow, DockWindow)

Initializes a new instance of the SelectedTabChangedEventArgs class.

Declaration

cs-api-definition
public SelectedTabChangedEventArgs(DockWindow oldWindow, DockWindow dockWindow)

Parameters

oldWindow

DockWindow

The old window.

dockWindow

DockWindow

The dock window.

Properties

NewTabStripItem

Gets the new tab strip item.

Declaration

cs-api-definition
public TabStripItem NewTabStripItem { get; }

Property Value

TabStripItem

The new tab strip item.

NewTabStripItemIndex

Gets the new index of the selected TabStripItem.

Declaration

cs-api-definition
public int NewTabStripItemIndex { get; }

Property Value

int

The new index of the selected TabStripItem.

NewWindow

Gets the new window.

Declaration

cs-api-definition
public DockWindow NewWindow { get; }

Property Value

DockWindow

The new window.

OldTabStripItem

Gets the old tab strip item.

Declaration

cs-api-definition
public TabStripItem OldTabStripItem { get; }

Property Value

TabStripItem

The old tab strip item.

OldTabStripItemIndex

Gets the old index of the selected TabStripItem.

Declaration

cs-api-definition
public int OldTabStripItemIndex { get; }

Property Value

int

The old index of the selected TabStripItem.

OldWindow

Gets the old window.

Declaration

cs-api-definition
public DockWindow OldWindow { get; }

Property Value

DockWindow

The old window.

TabStrip

Gets the tab strip.

Declaration

cs-api-definition
public DockTabStrip TabStrip { get; }

Property Value

DockTabStrip

The tab strip.