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