Share via


UIGestureRecognizer.TouchesEnded(NSSet, UIEvent) Method

Definition

[Foundation.Export("touchesEnded:withEvent:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void TouchesEnded(Foundation.NSSet touches, UIKit.UIEvent evt);
[<Foundation.Export("touchesEnded:withEvent:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member TouchesEnded : Foundation.NSSet * UIKit.UIEvent -> unit
override this.TouchesEnded : Foundation.NSSet * UIKit.UIEvent -> unit

Parameters

touches
NSSet
evt
UIEvent
Attributes

Applies to