Interface IMouseEvent
- Namespace
- DotNetBrowser.Dom.Events
- Assembly
- DotNetBrowser.dll
Represents a mouse event and provides an access to specific mouse event data.
This event occurs when a user performs an action with a pointing device (such as a mouse), for example moves the mouse or clicks a mouse button.
public interface IMouseEvent : IUiKeyEventModifier, IEvent, IAutoDisposable
- Inherited Members
Properties
- Button
Gets the button which was pressed on the mouse to trigger the event.
- ClickCount
Gets the click count.
- ClientLocation
Gets the location of the mouse cursor in the local (DOM content) coordinate system at the time the event occurred.
- OffsetLocation
Gets the location of the mouse cursor in the component's coordinate system at the time the event occurred.
- ScreenLocation
Gets the location of the mouse cursor in the screen's coordinate system at the time the event occurred.