NSGestureRecognizerDelegate.ShouldAttemptToRecognize Method

Definition

[Foundation.Export("gestureRecognizer:shouldAttemptToRecognizeWithEvent:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldAttemptToRecognize (AppKit.NSGestureRecognizer gestureRecognizer, AppKit.NSEvent theEvent);
abstract member ShouldAttemptToRecognize : AppKit.NSGestureRecognizer * AppKit.NSEvent -> bool
override this.ShouldAttemptToRecognize : AppKit.NSGestureRecognizer * AppKit.NSEvent -> bool

Parameters

gestureRecognizer
NSGestureRecognizer
theEvent
NSEvent

Returns

Attributes

Applies to