UIResponder.TouchesCancelled(NSSet, UIEvent) Method

Definition

Sent when the touch processing has been cancelled.

[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

Set containing the touches as objects of type UITouch.

evt
UIEvent

The UIEvent that encapsulates all of the touches and the event information.

This parameter can be null.

Attributes

Remarks

This method is typically involved because the application was interrupted by an external source, like for example, an incoming phone call.

Applies to