UIGesturesProbe Delegate
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.
A delegate associated with ShouldRecognizeSimultaneously.
public delegate bool UIGesturesProbe(UIGestureRecognizer gestureRecognizer, UIGestureRecognizer otherGestureRecognizer);
type UIGesturesProbe = delegate of UIGestureRecognizer * UIGestureRecognizer -> bool
Parameters
- gestureRecognizer
- UIGestureRecognizer
One of the simultaneous gesture recognizers.
- otherGestureRecognizer
- UIGestureRecognizer
One of the simultaneous gesture recognizers.