UIGestureRecognizer.TouchesMoved(NSSet, UIEvent) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that one or more fingers have moved in the associated UIView.
[Foundation.Export("touchesMoved:withEvent:")]
public virtual void TouchesMoved (Foundation.NSSet touches, UIKit.UIEvent evt);
abstract member TouchesMoved : Foundation.NSSet * UIKit.UIEvent -> unit
override this.TouchesMoved : Foundation.NSSet * UIKit.UIEvent -> unit
Parameters
- touches
- NSSet
The set of UITouch instances in the event that is represented by the event that represents the touches in the UITouchPhaseMoved phase.
- evt
- UIEvent
Represents the event that the touches belong to.
- Attributes