MotionDetectorDetectionError Event |
Occurs when the detection get error
Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntaxpublic event EventHandler DetectionError
Public Event DetectionError As EventHandler
public:
event EventHandler^ DetectionError {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}member DetectionError : IEvent<EventHandler,
EventArgs>Value
EventHandler
See Also