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 a pressing gesture of a pressable Kinect Toolkit input element is being held.
Syntax
public:
event TypedEventHandler<IPressableModel, KinectHoldingEventArgs>^ Holding {
EventRegistrationToken add (TypedEventHandler<IPressableModel, KinectHoldingEventArgs>^ value);
void remove (EventRegistrationToken token);
}
public event TypedEventHandler<IPressableModel, KinectHoldingEventArgs> Holding
Remarks
Requirements
Namespace: Microsoft.Kinect.Toolkit.Input
Assembly: (in )
See also
Reference
IPressableModel Interface
Microsoft.Kinect.Toolkit.Input Namespace