共用方式為


ManipulationStateChangedEventArgs.LastState 屬性

定義

取得 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 文章。

適用於