[]
        
(Showing Draft Content)

C1.Android.Core.C1InputEventArgs.GetIsHandled

GetIsHandled Method

GetIsHandled(EventArgs)

Gets a value indicating whether the specified event is handled.

Declaration
public static bool GetIsHandled(EventArgs e)
Public Shared Function GetIsHandled(e As EventArgs) As Boolean
Parameters
Type Name Description
EventArgs e

The OriginalEventArgs instance containing the event data.

Returns
Type Description
bool