'Declaration
Public Shared Function GetIsHandled( _ ByVal e As Android.Views.View.TouchEventArgs _ ) As Boolean
'Usage
Dim e As Android.Views.View.TouchEventArgs Dim value As Boolean value = C1InputEventArgs.GetIsHandled(e)
Parameters
- e
- The OriginalEventArgs instance containing the event data.