Share via


ManipulationStateChangedEventArgs.CurrentState Property

Definition

Gets the current state after the OnManipulationStateChanged event.

public:
 property int CurrentState { int get(); };
int CurrentState();
public int CurrentState { get; }
var int32 = manipulationStateChangedEventArgs.currentState;
Public ReadOnly Property CurrentState As Integer

Property Value

System.Int32

A value that indicates the current state. For a list of the possible values, see the currentState article in the Microsoft Edge Document Object Model (DOM) documentation on MSDN.

Applies to