Click or drag to resize

IEventsMouseOut Event

Occurs when a user moves the mouse pointer out of an element, or out of one of its children

Namespace:  DotNetBrowser.Dom.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
event EventHandler<DomEventArgs> MouseOut

Value

Type: SystemEventHandlerDomEventArgs
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IEventTarget has already been disposed.
See Also