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