ManipulationStateChangedEventArgs.LastState 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 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
Int32
int
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.