MotionDetectorMotionDetection Event |
Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.5.1
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
EventHandlerMotionDetectionEvent
See Also