Share via


KinectSensorCollection.StatusChanged Event

Kinect for Windows 1.5, 1.6, 1.7, 1.8

This event is raised by a KinectSensorCollection when the status changes. Use this event to alert your application when a sensor is connected and ready for use.

Syntax

public event EventHandler<StatusChangedEventArgs> StatusChanged
'Declaration
Public Event StatusChanged As EventHandler(Of StatusChangedEventArgs)

Remarks

For a list of the status changes that cause an event to be raised, see the KinectStatus enumeration.

Note

There is a known issue regarding the use of KinectSensor.Start and KinectSensor.Stop in response to this event.

Requirements

Namespace: Microsoft.Kinect

Assembly: Microsoft.Kinect (in microsoft.kinect.dll)

See Also

Reference

KinectSensorCollection Class
KinectSensorCollection Members
Microsoft.Kinect Namespace