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

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:

C#
public class CommandTabEventArgs : EventArgs

Inheritance: objectEventArgsCommandTabEventArgs

Inherited Members EventArgs.Empty

Constructors

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

C#
public CommandTabEventArgs(RibbonTab commandTab)
Parameters:commandTabRibbonTab

Properties

Gets the affected command tab.

C#
public RibbonTab CommandTab { get; }