MouseMovedEventArgs Class | 
Namespace: DotNetBrowser.Input.Mouse.Events
public sealed class MouseMovedEventArgs : MouseEventArgs, IMouseMovedEventArgs, IMouseEventArgs
The MouseMovedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| MouseMovedEventArgs | Initializes a new instance of the MouseMovedEventArgs class  | 
| Name | Description | |
|---|---|---|
| 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.) | |
| 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.) |