Click or drag to resize

ISessionStopped Event

Occurs when the browser has stopped a content capture session.

Namespace:  DotNetBrowser.Capture
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
event EventHandler<SessionStoppedEventArgs> Stopped

Value

Type: SystemEventHandlerSessionStoppedEventArgs
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe ISession has already been disposed.
See Also