| MotionDetectorDetectionError Event | 
            Occurs when the detection get error
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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