ComponentOne Xamarin.Android
SetIsHandled Method


C1.Android.Core Assembly > C1.Android.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
'Declaration
 
Public Shared Sub SetIsHandled( _
   ByVal e As Android.Views.View.TouchEventArgs, _
   ByVal handled As Boolean _
) 
'Usage
 
Dim e As Android.Views.View.TouchEventArgs
Dim handled As Boolean
 
C1InputEventArgs.SetIsHandled(e, handled)
public static void SetIsHandled( 
   Android.Views.View.TouchEventArgs 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