Share via


UIResponder.TouchesBegan(NSSet, UIEvent) Method

Definition

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

Parameters

touches
NSSet
evt
UIEvent
Attributes

Applies to