Class TabMouseEventArgs | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Describes a mouse event over a specific Tab in a TabView.
public class TabMouseEventArgs : HandledEventArgs
Inheritance
TabMouseEventArgs
Inherited Members
Constructors
TabMouseEventArgs(Tab, MouseEventArgs)
Creates a new instance of the TabMouseEventArgs class.
Properties
Gets the actual mouse event. Use Handled to cancel this event and perform custom behavior (e.g. show a context menu).
Gets the Tab (if any) that the mouse was over when the MouseEvent occurred.