| MotionDetectorMotionDetection Event | 
            Carries the motion information for the checked frame as arguments.
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic event EventHandler<MotionDetectionEvent> MotionDetection
Public Event MotionDetection As EventHandler(Of MotionDetectionEvent)
public:
 event EventHandler<MotionDetectionEvent^>^ MotionDetection {
	void add (EventHandler<MotionDetectionEvent^>^ value);
	void remove (EventHandler<MotionDetectionEvent^>^ value);
}member MotionDetection : IEvent<EventHandler<MotionDetectionEvent>,
    MotionDetectionEvent>
Value
Type: 
SystemEventHandlerMotionDetectionEvent
See Also