Class TabMouseEventArgs
public class TabMouseEventArgs : HandledEventArgs
- Inheritance
-
TabMouseEventArgs
- Inherited Members
Constructors
- TabMouseEventArgs(Tab, MouseEventArgs)
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.