UIGestureRecognizer.TouchesBegan(NSSet, UIEvent) Method

Definition

Indicates that one or more fingers have touched down in the associated UIView.

[Foundation.Export("touchesBegan:withEvent:")]
public virtual void TouchesBegan (Foundation.NSSet touches, UIKit.UIEvent evt);
abstract member TouchesBegan : Foundation.NSSet * UIKit.UIEvent -> unit
override this.TouchesBegan : 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 UITouchPhaseBegan phase.

evt
UIEvent

Represents the event that the touches belong to.

Attributes

Applies to