MousePressedEventArgs Class | 
Namespace: DotNetBrowser.Input.Mouse.Events
public sealed class MousePressedEventArgs : MouseButtonEventArgs, IMousePressedEventArgs, IMouseButtonEventArgs, IMouseEventArgs
The MousePressedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| MousePressedEventArgs | Initializes a new instance of the MousePressedEventArgs class  | 
| Name | Description | |
|---|---|---|
| Button | 
                Gets or sets the mouse button this event is related to.
              (Inherited from MouseButtonEventArgs.) | |
| ClickCount | 
                Gets or sets the count of consecutive clicks that happened in a short amount of time.
              (Inherited from MouseButtonEventArgs.) | |
| KeyModifiers | 
                Gets or sets the keyboard modifiers.
              (Inherited from MouseButtonEventArgs.) | |
| Location | 
                Gets or sets the mouse position relative to the bounds of the browser instance.
              (Inherited from MouseEventArgs.) | |
| LocationOnScreen | 
                Gets or sets the mouse position relative to the bounds of the screen.
              (Inherited from MouseEventArgs.) | 
| Name | Description | |
|---|---|---|
| Equals(Object) | Determines whether the specified object is equal to the current object.  (Inherited from MouseEventArgs.) | |
| GetHashCode | Serves as the default hash function.   (Inherited from MouseEventArgs.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |