Share via


ManipulationStateChangedEventArgs.LastState Property

Definition

Gets the last state after the OnManipulationStateChanged event.

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

Property Value

System.Int32

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

Applies to