Share via


UIResponder.TouchesEnded(NSSet, UIEvent) 方法

定义

从屏幕上抬起一个或多个手指时发送。

[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

参数

touches
NSSet

将包含触摸设置为 类型的 UITouch对象。

evt
UIEvent

封装所有触摸和事件信息的 UIEvent。

此参数可以为 null

属性

适用于