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