HoldingEventArgs.HoldingState Property

Gets the state of the Holding event.

Syntax

public:
property HoldingState HoldingState {
         HoldingState get ();
}  

Property value

Type: HoldingState 

State of the Holding event.

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

This API is not implemented and will throw an exception if called.

Requirements

Namespace: Windows.UI.Input

Metadata: windows.winmd

See also

Reference

HoldingEventArgs Class

HoldingEventArgs Members

Windows.UI.Input Namespace