Class
CommandTabEventArgs

Represents event data for the following events: OnTabSelected, OnTabHovered, OnTabDragStarted, OnTabDragStarting, OnTabDragEnding, and OnTabDragEnded.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class CommandTabEventArgs : EventArgs

Inheritance: objectEventArgsCommandTabEventArgs

Inherited Members EventArgs.Empty

Constructors

CommandTabEventArgs(RibbonTab)

Initializes a new instance of the CommandTabEventArgs class using the affected command tab.

Declaration

cs-api-definition
public CommandTabEventArgs(RibbonTab commandTab)

Parameters

commandTab

RibbonTab

Properties

CommandTab

Gets the affected command tab.

Declaration

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

Property Value

RibbonTab