UIControl.CancelTracking(UIEvent) Method

Definition

Stops tracking related to the specified event.

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

Parameters

uievent
UIEvent

The event, or null if the cancellation happened due to some other non-event source.

This parameter can be null.

Attributes

Applies to