ContentElement.OnTouchMove(TouchEventArgs) 方法
定义
protected public:
virtual void OnTouchMove(System::Windows::Input::TouchEventArgs ^ e);
protected internal virtual void OnTouchMove (System.Windows.Input.TouchEventArgs e);
abstract member OnTouchMove : System.Windows.Input.TouchEventArgs -> unit
override this.OnTouchMove : System.Windows.Input.TouchEventArgs -> unit
Protected Friend Overridable Sub OnTouchMove (e As TouchEventArgs)
参数
包含事件数据的 TouchEventArgs。A TouchEventArgs that contains the event data.
注解
此 OnTouchMove 方法没有默认实现。The OnTouchMove method has no default implementation. OnTouchMove在派生类中重写以处理 TouchMove 事件。Override OnTouchMove in a derived class to handle the TouchMove event. 请确保调用基类的 OnTouchMove 方法,以便基类接收事件。Be sure to call the base class' OnTouchMove method so that base classes receive the event.