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 没有默认实现。 它可以在派生类中重写,以执行启动触摸操作时所需的任何操作。