Click or drag to resize

INetworkRequestDestroyed Event

Occurs when the request has been destroyed.

Namespace:  DotNetBrowser.Net
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
event EventHandler<RequestDestroyedEventArgs> RequestDestroyed

Value

Type: SystemEventHandlerRequestDestroyedEventArgs
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe INetwork object has already been disposed.
See Also