TouchDevice.OnManipulationStarted 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當操控開始時會被召喚。
protected:
virtual void OnManipulationStarted();
protected virtual void OnManipulationStarted();
abstract member OnManipulationStarted : unit -> unit
override this.OnManipulationStarted : unit -> unit
Protected Overridable Sub OnManipulationStarted ()
備註
此 OnManipulationStarted 方法沒有預設實作。 它可以在衍生類別中覆寫,以執行啟動觸控操作時所需的任何動作。