Click or drag to resize

ICaptureSessionStarted Event

Occurs when a capture session is started for this browser instance.

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

Value

Type: SystemEventHandlerSessionStartedEventArgs
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IBrowser has already been disposed.
See Also