Click or drag to resize

IEventsUnload Event

Occurs once a page has unloaded (for <body>).

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

Value

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