[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Core.C1InputEventArgs.SetIsHandled

SetIsHandled Method

SetIsHandled(object, bool)

Sets whether the event is handled.

Declaration
public static void SetIsHandled(object e, bool handled)
Parameters
Type Name Description
object e

The OriginalEventArgs instance containing the event data.

bool handled

true if the event is handled.