Share via


ManipulationStartedEventArgs.Cancel 方法

定义

取消操作。

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

返回

true(如果操作成功),否则为 false

注解

如果该方法成功,则默认 TouchDevice 将发送以前的向下触摸事件作为鼠标按下事件,并且不会发生将来的操作事件。

适用于