ManipulationInertiaStartingEventArgs.Cancel 方法

定义

取消操作。

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

返回

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

注解

如果方法成功,则默认值 TouchDevice 会将以前的触摸事件作为鼠标按下、鼠标移动或鼠标向上事件发送到 元素,并且不会发生未来的操作事件。

适用于