Frames lost event class.

Namespace:  MotionTracking
Assembly:  motiontracking (in motiontracking.dll)

Syntax

Visual Basic (Declaration)
Public Class OnCameraFramesLostEventArgs _
	Inherits EventArgs
C#
public class OnCameraFramesLostEventArgs : EventArgs
Visual C++
public ref class OnCameraFramesLostEventArgs : public EventArgs
JavaScript
MotionTracking.OnCameraFramesLostEventArgs = function();

Type.createClass(
	'MotionTracking.OnCameraFramesLostEventArgs',
	EventArgs);

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    MotionTracking..::.OnCameraFramesLostEventArgs

See Also