Class
CommandTabSelectingEventArgs

Represents event data for the following events: OnTabSelecting

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class CommandTabSelectingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsCommandTabSelectingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

CommandTabSelectingEventArgs(RibbonTab, RibbonTab)

Creats a new instance of the CommandTabSelectingEventArgs class.

Declaration

cs-api-definition
public CommandTabSelectingEventArgs(RibbonTab oldCommandTab, RibbonTab newCommandTab)

Parameters

oldCommandTab

RibbonTab

The tab which is currently selected

newCommandTab

RibbonTab

The tab that is being selected.

Properties

NewCommandTab

Gets the tab that is being selected.

Declaration

cs-api-definition
public RibbonTab NewCommandTab { get; }

Property Value

RibbonTab

OldCommandTab

Gets the tab which is currently selected.

Declaration

cs-api-definition
public RibbonTab OldCommandTab { get; }

Property Value

RibbonTab