Gets a value indicating whether the specified event is handled.
public static bool GetIsHandled(
Android.Views.View.TouchEventArgs
)
'Declaration
Public Shared Function GetIsHandled( _
ByVal 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.