IMousePressedEventArgs Interface |
Namespace: DotNetBrowser.Input.Mouse.Events
public interface IMousePressedEventArgs : IMouseButtonEventArgs, IMouseEventArgs
The IMousePressedEventArgs type exposes the following members.
Name | Description | |
---|---|---|
Button |
Gets the mouse button this event is related to.
(Inherited from IMouseButtonEventArgs.) | |
ClickCount |
Gets the count of consecutive clicks that happened in a short amount of time.
(Inherited from IMouseButtonEventArgs.) | |
KeyModifiers |
Gets the keyboard modifiers.
(Inherited from IMouseButtonEventArgs.) | |
Location |
Gets the mouse position relative to the bounds of the browser instance.
(Inherited from IMouseEventArgs.) | |
LocationOnScreen |
Gets the mouse position relative to the bounds of the screen.
(Inherited from IMouseEventArgs.) | |
MouseModifiers |
Gets the mouse modifiers indicating which mouse buttons are currently pressed.
(Inherited from IMouseButtonEventArgs.) |