[]
        
(Showing Draft Content)

C1.Android.Core.C1InputEventArgs.SetIsHandled

SetIsHandled Method

SetIsHandled(TouchEventArgs, bool)

Sets whether the event is handled.

Declaration
public static void SetIsHandled(View.TouchEventArgs e, bool handled)
Parameters
Type Name Description
TouchEventArgs e

The OriginalEventArgs instance containing the event data.

bool handled

true if the event is handled.