IMouseDraggedEventArgs Interface | 
Namespace: DotNetBrowser.Input.Mouse.Events
public interface IMouseDraggedEventArgs : IMouseEventArgs
The IMouseDraggedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| Button | 
                Gets the button that is pressed during the move.
              | |
| 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.) | |
| Modifiers | 
                Gets the keyboard modifiers.
              | |
| MouseModifiers | 
                Gets the mouse modifiers indicating which mouse buttons are currently pressed.
              |