UIResponder.TouchesEnded(NSSet, UIEvent) Method

Definition

Sent when one or more fingers are lifted from the screen.

[Foundation.Export("touchesEnded:withEvent:")]
public virtual void TouchesEnded (Foundation.NSSet touches, UIKit.UIEvent evt);
abstract member TouchesEnded : Foundation.NSSet * UIKit.UIEvent -> unit
override this.TouchesEnded : 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

Applies to