UIGestureRecognizer.ShouldBeRequiredToFailBy Property
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.
Delegate invoked by the object to get a value.
public UIKit.UIGesturesProbe ShouldBeRequiredToFailBy { get; set; }
member this.ShouldBeRequiredToFailBy : UIKit.UIGesturesProbe with get, set
Property Value
If set to true
, sets up the failure requirement. Otherwise set to false
.
Remarks
Developers assign a function, delegate or anonymous method to this property to return a value to the object. If developers assign a value to this property, it this will reset the value for the WeakDelegate property to an internal handler that maps delegates to events.