MotionDetectorDetectionError Event |
Occurs when the detection get error
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
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
Type:
SystemEventHandler
See Also