MouseButtonEventArgs Class | 
Namespace: DotNetBrowser.Input.Mouse.Events
public class MouseButtonEventArgs : MouseEventArgs, IMouseButtonEventArgs, IMouseEventArgs
The MouseButtonEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| MouseButtonEventArgs | Initializes a new instance of the MouseButtonEventArgs class  | 
| Name | Description | |
|---|---|---|
| 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.
              | |
| 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.) | |
| MouseModifiers | 
                Gets or sets the mouse modifiers indicating which mouse buttons are currently pressed.
              | 
| Name | Description | |
|---|---|---|
| Equals(Object) | Determines whether the specified object is equal to the current object.  (Inherited from MouseEventArgs.) | |
| Equals(MouseEventArgs) | Determines whether the specified object is equal to the current object.  (Inherited from MouseEventArgs.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function.  (Inherited from MouseEventArgs.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |