Interface IMouseEventArgs
- Namespace
- DotNetBrowser.Input.Mouse.Events
- Assembly
- DotNetBrowser.dll
The base interface for all IMouse event arguments.
public interface IMouseEventArgs
Properties
- Location
Gets the mouse position relative to the bounds of the browser instance.
- LocationOnScreen
Gets the mouse position relative to the bounds of the screen.