Table of Contents

Class TabMouseEventArgs

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Describes a mouse event over a specific Tab in a TabView.

public class TabMouseEventArgs : EventArgs
Inheritance
TabMouseEventArgs
Inherited Members

Constructors

TabMouseEventArgs(Tab, MouseEvent)

Creates a new instance of the TabMouseEventArgs class.

Properties

MouseEvent

Gets the actual mouse event. Use Handled to cancel this event and perform custom behavior (e.g. show a context menu).

Tab

Gets the Tab (if any) that the mouse was over when the MouseEvent occurred.