共用方式為


UIControl.CancelTracking(UIEvent) 方法

定義

停止與指定事件相關的追蹤。

[Foundation.Export("cancelTrackingWithEvent:")]
public virtual void CancelTracking (UIKit.UIEvent uievent);
abstract member CancelTracking : UIKit.UIEvent -> unit
override this.CancelTracking : UIKit.UIEvent -> unit

參數

uievent
UIEvent

事件,如果因其他非事件來源而發生取消,則為 Null。

這個參數可以是 null

屬性

適用於