UIGestureRecognizer.CanPreventGestureRecognizer(UIGestureRecognizer) 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.
When overridden, indicates that this UIGestureRecognizer can prevent the specified UIGestureRecognizer from recognizing a gesture.
[Foundation.Export("canPreventGestureRecognizer:")]
public virtual bool CanPreventGestureRecognizer (UIKit.UIGestureRecognizer preventedGestureRecognizer);
abstract member CanPreventGestureRecognizer : UIKit.UIGestureRecognizer -> bool
override this.CanPreventGestureRecognizer : UIKit.UIGestureRecognizer -> bool
Parameters
- preventedGestureRecognizer
- UIGestureRecognizer
Returns
If set to true
, the receiver can block preventedGestureRecognizer from recognizing its gesture. Otherwise set to false
.
- Attributes