Class TabView.TabMouseEventArgs
Describes a mouse event over a specific TabView.Tab in a TabView.
public class TabView.TabMouseEventArgs : EventArgs
- Inheritance
-
TabView.TabMouseEventArgs
- Inherited Members
Constructors
- TabMouseEventArgs(Tab, MouseEvent)
Creates a new instance of the TabView.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 TabView.Tab (if any) that the mouse was over when the MouseEvent occurred.