Click or drag to resize

INetwork.RequestDestroyed Event

Occurs when the request has been destroyed.

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

Value

Type: System.EventHandler<RequestDestroyedEventArgs>
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe INetwork object has already been disposed.
See Also