Share via


IManipulatableModel.ManipulationCompleted Event

Occurs when a manipulation gesture of a manipulatable Kinect Toolkit input element has completed.

Syntax

public:
event TypedEventHandler<IManipulatableModel, KinectManipulationCompletedEventArgs>^ ManipulationCompleted {
         EventRegistrationToken add (TypedEventHandler<IManipulatableModel, KinectManipulationCompletedEventArgs>^ value);
         void remove (EventRegistrationToken token);
}
public event TypedEventHandler<IManipulatableModel, KinectManipulationCompletedEventArgs> ManipulationCompleted

Remarks

Requirements

Namespace: Microsoft.Kinect.Toolkit.Input

Assembly: (in )

See also

Reference

IManipulatableModel Interface
Microsoft.Kinect.Toolkit.Input Namespace