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
Syntaxevent EventHandler<DomEventArgs> MouseOut
Value
Type:
SystemEventHandlerDomEventArgs
ExceptionsException | Condition |
---|
ObjectDisposedException | The IEventTarget has already been disposed. |
See Also