UIResponder.TouchesEnded(NSSet, UIEvent) Method

Definition

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

C#
[Foundation.Export("touchesEnded:withEvent:")]
public virtual void TouchesEnded(Foundation.NSSet touches, UIKit.UIEvent evt);

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

Product Versions
Xamarin iOS SDK 12