ManipulationDeltaEventArgs.Cancel 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取消操作。
public:
bool Cancel();
public bool Cancel ();
member this.Cancel : unit -> bool
Public Function Cancel () As Boolean
傳回
如果成功取消操作,則為 true
,否則為 false
。
備註
如果方法成功,預設 TouchDevice 會將先前的觸控事件當做滑鼠向下或滑鼠移動事件傳送至元素,而且不會發生未來的操作事件。 如果事件在慣性期間發生, ManipulationCompleted 則觸控無法升階為滑鼠事件。