HoldingRoutedEventArgs.HoldingState Property

Definition

Gets the underlying HoldingState for the interaction

public:
 property HoldingState HoldingState { HoldingState get(); };
HoldingState HoldingState();
public HoldingState HoldingState { get; }
var holdingState = holdingRoutedEventArgs.holdingState;
Public ReadOnly Property HoldingState As HoldingState

Property Value

A value of the enumeration.

Applies to