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 SelectedTabChangingEventArgs : DockWindowCancelEventArgs

Inheritance: objectEventArgsCancelEventArgsDockWindowCancelEventArgsSelectedTabChangingEventArgs

Inherited Members DockWindowCancelEventArgs.OldWindowDockWindowCancelEventArgs.NewWindowCancelEventArgs.CancelEventArgs.Empty

Constructors

Initializes a new instance of the DockWindowCancelEventArgs class.

C#
public SelectedTabChangingEventArgs(DockWindow oldWindow, DockWindow newWindow)
Parameters:oldWindowDockWindow

The old dock window.

newWindowDockWindow

The new 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 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 tab strip.

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

The tab strip.