Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.46 KB

holdingstate.md

File metadata and controls

39 lines (26 loc) · 1.46 KB
-api-id -api-type
T:Windows.UI.Input.HoldingState
winrt enum

HoldingState

-description

Specifies the state of the Holding event.

-enum-fields

-field Started:0

A single contact has been detected and a time threshold is crossed without the contact being lifted, another contact detected, or another gesture started.

Note

The press and hold time threshold can be set in the Hardware and Sound control panel.

-field Completed:1

The single contact is lifted.

-field Canceled:2

An additional contact is detected, a subsequent gesture (such as a slide) is detected, or the CompleteGesture method is called.

-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).

-examples

-see-also

HoldingEventArgs.HoldingState property, Holding