ManipulationCompletedEventArgs.Cancel 方法

定义

取消操作。

public:
 bool Cancel();
public bool Cancel ();
member this.Cancel : unit -> bool
Public Function Cancel () As Boolean

返回

如果成功取消操作,则为 true;否则为 false

注解

如果 方法成功,则默认 TouchDevice 将上一个触摸事件作为鼠标向下、鼠标移动或鼠标向上事件发送到 元素。 如果在惯性期间发生触摸事件, ManipulationCompleted 则无法将触摸提升为鼠标事件。

适用于