共用方式為


NSGesturesProbe 代理人

定義

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

參數

gestureRecognizer
NSGestureRecognizer
otherGestureRecognizer
NSGestureRecognizer

傳回值

適用於