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.23.2
Syntax event EventHandler<DomEventArgs> MouseOut
Value
Type:
SystemEventHandlerDomEventArgsExceptions Exception | Condition |
---|
ObjectDisposedException | The IEventTarget has already been disposed. |
See Also