UIGestureRecognizer.CanBePreventedByGestureRecognizer Method

Definition

When overridden, allows the specified UIGestureRecognizer to prevent this UIGestureRecognizer from recognizing a gesture.

[Foundation.Export("canBePreventedByGestureRecognizer:")]
public virtual bool CanBePreventedByGestureRecognizer (UIKit.UIGestureRecognizer preventingGestureRecognizer);
abstract member CanBePreventedByGestureRecognizer : UIKit.UIGestureRecognizer -> bool
override this.CanBePreventedByGestureRecognizer : UIKit.UIGestureRecognizer -> bool

Parameters

preventingGestureRecognizer
UIGestureRecognizer

Returns

If set to true, this indicates that preventingGestureRecognizer can block the receiver from recognizing its gesture. Otherwise set to false.

Attributes

Applies to