NSGestureRecognizerDelegate.ShouldReceiveEvent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
It will never be called.
[Foundation.Export("xamarinselector:removed:")]
[System.Obsolete("It will never be called.", false)]
public virtual bool ShouldReceiveEvent (AppKit.NSGestureRecognizer gestureRecognizer, AppKit.NSEvent gestureEvent);
abstract member ShouldReceiveEvent : AppKit.NSGestureRecognizer * AppKit.NSEvent -> bool
override this.ShouldReceiveEvent : AppKit.NSGestureRecognizer * AppKit.NSEvent -> bool
Parameters
- gestureRecognizer
- NSGestureRecognizer
- gestureEvent
- NSEvent
Returns
- Attributes