Share via


UIGesturesProbe Delegate

Definition

public delegate bool UIGesturesProbe(UIGestureRecognizer gestureRecognizer, UIGestureRecognizer otherGestureRecognizer);
type UIGesturesProbe = delegate of UIGestureRecognizer * UIGestureRecognizer -> bool

Parameters

gestureRecognizer
UIGestureRecognizer
otherGestureRecognizer
UIGestureRecognizer

Return Value

Applies to