IVideoCaptureDeviceStopped Event |
Occurs when the capturing has stopped.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxevent EventHandler<EventArgs> Stopped
Event Stopped As EventHandler(Of EventArgs)
event EventHandler<EventArgs^>^ Stopped {
void add (EventHandler<EventArgs^>^ value);
void remove (EventHandler<EventArgs^>^ value);
}
abstract Stopped : IEvent<EventHandler<EventArgs>,
EventArgs>
Value
EventHandlerEventArgs
See Also