UIGestureRecognizer.TouchesCancelled(NSSet, UIEvent) Method

Definition

Indicates that a system event (e.g., a low-memory warning) has cancelled the touch event.

[Foundation.Export("touchesCancelled:withEvent:")]
public virtual void TouchesCancelled (Foundation.NSSet touches, UIKit.UIEvent evt);
abstract member TouchesCancelled : Foundation.NSSet * UIKit.UIEvent -> unit
override this.TouchesCancelled : Foundation.NSSet * UIKit.UIEvent -> unit

Parameters

touches
NSSet

The set of UITouch instances in the event that is represented by the event that represents the touches in the UITouchPhaseCancelled phase.

evt
UIEvent

Represents the event that the touches belong to.

Attributes

Applies to