ClassCommandTabEventArgs
Class
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
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
Properties
CommandTab
Gets the affected command tab.