PdfView.ShouldBegin(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.
Method that is called to find out if the specified recognizer should begin recognizing a gesture.
[Foundation.Export("gestureRecognizerShouldBegin:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldBegin (UIKit.UIGestureRecognizer recognizer);
abstract member ShouldBegin : UIKit.UIGestureRecognizer -> bool
override this.ShouldBegin : UIKit.UIGestureRecognizer -> bool
Parameters
- recognizer
- UIGestureRecognizer
The recognizer to query.
Returns
- Attributes