ManipulationStateChangedEventArgs.CurrentState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Int32
int
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.