KinectSensor.SkeletonFrameReady Event
Kinect for Windows 1.5, 1.6, 1.7, 1.8
Event that fires when a new skeleton frame is available in the SkeletonStream.
Syntax
public event EventHandler<SkeletonFrameReadyEventArgs> SkeletonFrameReady
'Declaration
Public Event SkeletonFrameReady As EventHandler(Of SkeletonFrameReadyEventArgs)
Requirements
Namespace: Microsoft.Kinect
Assembly: Microsoft.Kinect (in microsoft.kinect.dll)
See Also
Reference
KinectSensor Class
KinectSensor Members
Microsoft.Kinect Namespace