Click or drag to resize

IMouse.Exited Property

Occurs when the mouse has exited the web page.

Namespace:  DotNetBrowser.Input.Mouse
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.21.0
Syntax
C#
IInterceptableInputEvent<IMouseExitedEventArgs, MouseExitedEventArgs> Exited { get; }

Property Value

Type: IInterceptableInputEvent<IMouseExitedEventArgs, MouseExitedEventArgs>
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IBrowser object has already been disposed.
See Also