TouchDevice.ReportUp 方法

定义

报告从元素中解除了触摸。

protected:
 bool ReportUp();
protected bool ReportUp();
member this.ReportUp : unit -> bool
Protected Function ReportUp () As Boolean

返回

true TouchUp如果已处理事件,则为 :否则为 false

注解

继承自 TouchDevice 的类应调用此方法来引发 TouchUp 事件。 TouchLeave事件后TouchUp引发事件。

适用于

另请参阅