Interface IMouseMovedEventArgs
- Namespace
- DotNetBrowser.Input.Mouse.Events
- Assembly
- DotNetBrowser.dll
The event arguments for the Moved event.
public interface IMouseMovedEventArgs : IMouseEventArgs
- Inherited Members
Properties
- Button
Gets the mouse button that is pressed during the move.
- KeyModifiers
Gets the keyboard modifiers.
- MouseModifiers
Gets the mouse modifiers indicating which mouse buttons are currently pressed.