Share via


NSGestureRecognizer.CanBePrevented(NSGestureRecognizer) Method

Definition

[Foundation.Export("canBePreventedByGestureRecognizer:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool CanBePrevented(AppKit.NSGestureRecognizer preventingGestureRecognizer);
[<Foundation.Export("canBePreventedByGestureRecognizer:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CanBePrevented : AppKit.NSGestureRecognizer -> bool
override this.CanBePrevented : AppKit.NSGestureRecognizer -> bool

Parameters

preventingGestureRecognizer
NSGestureRecognizer

Returns

Attributes

Applies to