UIGestureRecognizer.IgnorePress(UIPress, UIPressesEvent) 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.
Developers may override this method to tell the gesture recognizer to ignore specific presses.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public void IgnorePress (UIKit.UIPress button, UIKit.UIPressesEvent event);
member this.IgnorePress : UIKit.UIPress * UIKit.UIPressesEvent -> unit
Parameters
- button
- UIPress
- event
- UIPressesEvent
- Attributes