UIControl.EndTracking(UITouch, UIEvent) Method

Definition

Indicates that the last touch for the given event has completed, indicating that tracking should stop.

[Foundation.Export("endTrackingWithTouch:withEvent:")]
public virtual void EndTracking (UIKit.UITouch uitouch, UIKit.UIEvent uievent);
abstract member EndTracking : UIKit.UITouch * UIKit.UIEvent -> unit
override this.EndTracking : UIKit.UITouch * UIKit.UIEvent -> unit

Parameters

uitouch
UITouch
uievent
UIEvent

To be added.

This parameter can be null.

Attributes

Applies to