ManipulationStateChangedEventArgs.LastState 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 OnManipulationStateChanged 事件之後的最後一個狀態。
public:
property int LastState { int get(); };
int LastState();
public int LastState { get; }
var int32 = manipulationStateChangedEventArgs.lastState;
Public ReadOnly Property LastState As Integer
屬性值
Int32
int
值,表示最後一個狀態。 如需可能值的清單,請參閱 MSDN 上的 Microsoft Edge 檔物件模型 (DOM) 檔中 的 lastState 文章。