ComponentOne Xamarin Edition
SetIsHandled Method
C1.Xamarin.Forms.Core Assembly > C1.Xamarin.Forms.Core Namespace > C1InputEventArgs Class : SetIsHandled Method
The OriginalEventArgs instance containing the event data.
true if the event is handled.
Sets whether the event is handled.
Syntax
public static void SetIsHandled( 
   object e,
   bool handled
)

Parameters

e
The OriginalEventArgs instance containing the event data.
handled
true if the event is handled.
See Also

Reference

C1InputEventArgs Class
C1InputEventArgs Members