Click or drag to resize

IMouseExitedEventArgs Interface

The event arguments for the Exited event.

Namespace:  DotNetBrowser.Input.Mouse.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.0
Syntax
C#
public interface IMouseExitedEventArgs : IMouseEventArgs

The IMouseExitedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyLocation
Gets the mouse position relative to the bounds of the browser instance.
(Inherited from IMouseEventArgs.)
Public propertyLocationOnScreen
Gets the mouse position relative to the bounds of the screen.
(Inherited from IMouseEventArgs.)
Public propertyMouseModifiers
Gets the mouse modifiers indicating which mouse buttons are currently pressed.
Top
See Also