Table of Contents

Class MouseButtonEventArgs

Namespace
DotNetBrowser.Input.Mouse.Events
Assembly
DotNetBrowser.dll

Event arguments for the IMouse events associated with a mouse button.

public class MouseButtonEventArgs : MouseEventArgs, IMouseButtonEventArgs, IMouseEventArgs
Inheritance
MouseButtonEventArgs
Implements
Derived
Inherited Members

Properties

Button

Gets or sets the mouse button this event is related to.

ClickCount

Gets or sets the count of consecutive clicks that happened in a short amount of time.

KeyModifiers

Gets or sets the keyboard modifiers.

MouseModifiers

Gets or sets the mouse modifiers indicating which mouse buttons are currently pressed.