HoldingState
HoldingState
HoldingState
HoldingState
Enum
Definition
public : enum class HoldingStatepublic enum HoldingStatePublic Enum HoldingState// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Canceled Canceled Canceled Canceled | An additional contact is detected, a subsequent gesture (such as a slide) is detected, or the CompleteGesture method is called. |
| Completed Completed Completed Completed | The single contact is lifted. |
| Started Started Started Started | A single contact has been detected and a time threshold is crossed without the contact being lifted, another contact detected, or another gesture started. NoteThe press and hold time threshold can be set in the Hardware and Sound control panel. |
Remarks
To support Holding with touch and pen/stylus input, specify Hold in the GestureSettings property.
To support Holding with mouse input, specify HoldWithMouse in the GestureSettings property.
The Holding event is fired twice: Once when holding starts (started ) and again when holding ends (completed or canceled ).