Share via


NSGesturesProbe 委托

定义

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

参数

gestureRecognizer
NSGestureRecognizer
otherGestureRecognizer
NSGestureRecognizer

返回值

适用于