ManipulationDeltaEventArgs.Cancel 方法

定义

取消操作。

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

返回

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

注解

如果方法成功,则默认 TouchDevice 将上一个触摸事件作为鼠标按下或鼠标移动事件发送到 元素,并且不会发生未来的操作事件。 如果在惯性期间发生触摸事件, ManipulationCompleted 则无法将触摸提升为鼠标事件。

适用于