Click or drag to resize

IMousePressedEventArgs Interface

The event arguments for the Pressed event.

Namespace:  DotNetBrowser.Input.Mouse.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public interface IMousePressedEventArgs : IMouseButtonEventArgs, 
	IMouseEventArgs

The IMousePressedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyButton
Gets the mouse button this event is related to.
(Inherited from IMouseButtonEventArgs.)
Public propertyClickCount
Gets the count of consecutive clicks that happened in a short amount of time.
(Inherited from IMouseButtonEventArgs.)
Public propertyKeyModifiers
Gets the keyboard modifiers.
(Inherited from IMouseButtonEventArgs.)
Public propertyLocation
Gets the mouse position relative to the bounds of the browser instance.
(Inherited from IMouseEventArgs.)
Public propertyLocationOnScreen
Gets the mouse position relative to the bounds of the screen.
(Inherited from IMouseEventArgs.)
Top
See Also