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

属性

适用于