Gets a value indicating whether the specified event is handled.
public static bool GetIsHandled(
UIKit.UIGestureRecognizer
)
'Declaration
Public Shared Function GetIsHandled( _
ByVal As UIKit.UIGestureRecognizer _
) As Boolean
'Usage
Dim e As UIKit.UIGestureRecognizer
Dim value As Boolean
value = C1InputEventArgs.GetIsHandled(e)
Parameters
- e
- The OriginalEventArgs instance containing the event data.