NSGestureEvent Delegate

Definition

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

Parameters

gestureRecognizer
NSGestureRecognizer
theEvent
NSEvent

Return Value

Applies to