次の方法で共有


NSGestureEvent 代理人

定義

public delegate bool NSGestureEvent(NSGestureRecognizer gestureRecognizer, NSEvent theEvent);
type NSGestureEvent = delegate of NSGestureRecognizer * NSEvent -> bool

パラメーター

gestureRecognizer
NSGestureRecognizer
theEvent
NSEvent

戻り値

適用対象