Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs when the manipulation status of a manipulatable Kinect Toolkit input element has changed.
Syntax
public:
event TypedEventHandler<IManipulatableModel, KinectManipulationUpdatedEventArgs>^ ManipulationUpdated {
EventRegistrationToken add (TypedEventHandler<IManipulatableModel, KinectManipulationUpdatedEventArgs>^ value);
void remove (EventRegistrationToken token);
}
public event TypedEventHandler<IManipulatableModel, KinectManipulationUpdatedEventArgs> ManipulationUpdated
Remarks
Requirements
Namespace: Microsoft.Kinect.Toolkit.Input
Assembly: (in )
See also
Reference
IManipulatableModel Interface
Microsoft.Kinect.Toolkit.Input Namespace