New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI.Docking

Assembly:Telerik.WinControls.RadDock.dll

Syntax:

C#
public class SelectedTabChangedEventArgs : DockWindowEventArgs

Inheritance: objectEventArgsDockWindowEventArgsSelectedTabChangedEventArgs

Inherited Members DockWindowEventArgs.DockWindowEventArgs.Empty

Constructors

Initializes a new instance of the SelectedTabChangedEventArgs class.

C#
public SelectedTabChangedEventArgs(DockWindow oldWindow, DockWindow dockWindow)
Parameters:oldWindowDockWindow

The old window.

dockWindowDockWindow

The dock window.

Properties

Gets the new tab strip item.

C#
public TabStripItem NewTabStripItem { get; }
Property Value:

The new tab strip item.

Gets the new index of the selected TabStripItem.

C#
public int NewTabStripItemIndex { get; }
Property Value:

The new index of the selected TabStripItem.

Gets the new window.

C#
public DockWindow NewWindow { get; }
Property Value:

The new window.

Gets the old tab strip item.

C#
public TabStripItem OldTabStripItem { get; }
Property Value:

The old tab strip item.

Gets the old index of the selected TabStripItem.

C#
public int OldTabStripItemIndex { get; }
Property Value:

The old index of the selected TabStripItem.

Gets the old window.

C#
public DockWindow OldWindow { get; }
Property Value:

The old window.

Gets the tab strip.

C#
public DockTabStrip TabStrip { get; }
Property Value:

The tab strip.