CommandTabEventArgs
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:
C#
public class CommandTabEventArgs : EventArgs
Inheritance: objectEventArgsCommandTabEventArgs
Inherited Members
Constructors
Initializes a new instance of the CommandTabEventArgs class using the affected command tab.
Properties
Gets the affected command tab.
C#
public RibbonTab CommandTab { get; }