Share via


UIGesturesEvent Delegate

Definition

public delegate bool UIGesturesEvent(UIGestureRecognizer gestureRecognizer, UIEvent event);
type UIGesturesEvent = delegate of UIGestureRecognizer * UIEvent -> bool

Parameters

gestureRecognizer
UIGestureRecognizer
event
UIEvent

Return Value

Applies to