IIPCameraAuthenticationRequested Event |
Occurs, when need authentication to camera connection
Namespace:
Ozeki.Camera
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxevent EventHandler<CameraErrorEventArgs> AuthenticationRequested
Event AuthenticationRequested As EventHandler(Of CameraErrorEventArgs)
event EventHandler<CameraErrorEventArgs^>^ AuthenticationRequested {
void add (EventHandler<CameraErrorEventArgs^>^ value);
void remove (EventHandler<CameraErrorEventArgs^>^ value);
}
abstract AuthenticationRequested : IEvent<EventHandler<CameraErrorEventArgs>,
CameraErrorEventArgs>
Value
Type:
SystemEventHandlerCameraErrorEventArgs
See Also