Share via


IPressableModel.PressingUpdated Event

Occurs when a pressing gesture of a pressable Kinect Toolkit input element has been updated.

Syntax

public:
event TypedEventHandler<IPressableModel, KinectPressingUpdatedEventArgs>^ PressingUpdated {
         EventRegistrationToken add (TypedEventHandler<IPressableModel, KinectPressingUpdatedEventArgs>^ value);
         void remove (EventRegistrationToken token);
}
public event TypedEventHandler<IPressableModel, KinectPressingUpdatedEventArgs> PressingUpdated

Remarks

Requirements

Namespace: Microsoft.Kinect.Toolkit.Input

Assembly: (in )

See also

Reference

IPressableModel Interface
Microsoft.Kinect.Toolkit.Input Namespace