Gesture.IdleTriggered Event

Definition

Raised whenever the state-machine of this Gesture is reset (i.e., its state reaches the IdleGestureSegment). This happens either when the Gesture is successfully triggered or when the state-machine starts advancing along a triggering path but the Gesture is not executed to completion and the path is abandoned (a triggering path is a series of HandPoses and HandMotions which the user is required to execute in order to trigger the detection of a Gesture).

public event EventHandler<Microsoft.Gestures.GestureSegmentTriggeredEventArgs> IdleTriggered;

Event Type

Applies to