Class CommandTabEventArgs
Represents event data for the following events: OnTabSelected, OnTabHovered, OnTabDragStarted, OnTabDragStarting, OnTabDragEnding, and OnTabDragEnded.
Inheritance
System.Object
System.EventArgs
CommandTabEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class CommandTabEventArgs : EventArgs
Constructors
CommandTabEventArgs(RibbonTab)
Initializes a new instance of the CommandTabEventArgs class using the affected command tab.
Declaration
public CommandTabEventArgs(RibbonTab commandTab)
Parameters
RibbonTab
commandTab
|
Properties
CommandTab
Gets the affected command tab.
Declaration
public RibbonTab CommandTab { get; }
Property Value
RibbonTab
|