NSGesturesProbe Delegate

Definition

public delegate bool NSGesturesProbe(NSGestureRecognizer gestureRecognizer, NSGestureRecognizer otherGestureRecognizer);
type NSGesturesProbe = delegate of NSGestureRecognizer * NSGestureRecognizer -> bool

Parameters

gestureRecognizer
NSGestureRecognizer
otherGestureRecognizer
NSGestureRecognizer

Return Value

Applies to