ComponentOne Xamarin.Android
DispatchTouchEvent Method (C1ScrollViewer)


C1.Android.Core Assembly > C1.Android.Core Namespace > C1ScrollViewer Class : DispatchTouchEvent Method
Syntax
'Declaration
 
Public Overrides Function DispatchTouchEvent( _
   ByVal e As Android.Views.MotionEvent _
) As Boolean
'Usage
 
Dim instance As C1ScrollViewer
Dim e As Android.Views.MotionEvent
Dim value As Boolean
 
value = instance.DispatchTouchEvent(e)
public override bool DispatchTouchEvent( 
   Android.Views.MotionEvent e
)

Parameters

e
See Also

Reference

C1ScrollViewer Class
C1ScrollViewer Members