[]
Sets whether the event is handled.
public static void SetIsHandled(UIGestureRecognizer e, bool handled)
Public Shared Sub SetIsHandled(e As UIGestureRecognizer, handled As Boolean)
| Type | Name | Description |
|---|---|---|
| UIGestureRecognizer | e | The OriginalEventArgs instance containing the event data. |
| bool | handled |
|