Occurs when the corresponding DOM event is received.
Namespace:
DotNetBrowser.Dom.Events
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax public event EventHandler<DomEventArgs> EventReceived
Value
Type:
SystemEventHandlerDomEventArgsExceptions Exception | Condition |
---|
ObjectDisposedException | The IEventTarget has already been disposed. |
See Also