NSGestureRecognizer.CanBePrevented(NSGestureRecognizer) 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.
[Foundation.Export("canBePreventedByGestureRecognizer:")]
public virtual bool CanBePrevented (AppKit.NSGestureRecognizer preventingGestureRecognizer);
abstract member CanBePrevented : AppKit.NSGestureRecognizer -> bool
override this.CanBePrevented : AppKit.NSGestureRecognizer -> bool
Parameters
- preventingGestureRecognizer
- NSGestureRecognizer
Returns
- Attributes