UIControl.ContinueTracking(UITouch, UIEvent) Method

Definition

Called repeatedly as the UIControl tracks a touch within its bounds, related to the specified event.|Called repeatedly as the UIControl tracks a touch within its bounds, related to the givespecified event.

[Foundation.Export("continueTrackingWithTouch:withEvent:")]
public virtual bool ContinueTracking (UIKit.UITouch uitouch, UIKit.UIEvent uievent);
abstract member ContinueTracking : UIKit.UITouch * UIKit.UIEvent -> bool
override this.ContinueTracking : UIKit.UITouch * UIKit.UIEvent -> bool

Parameters

uitouch
UITouch
uievent
UIEvent

To be added.

This parameter can be null.

Returns

Attributes

Applies to