Share via


UIResponder.TouchesMoved(NSSet, UIEvent) Method

Definition

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

Parameters

touches
NSSet
evt
UIEvent
Attributes

Applies to