DispatchTouchEvent Method (FlexViewer)
Pass the touch screen motion event down to the target view, or this
view if it is the target.
public override bool DispatchTouchEvent(
Android.Views.MotionEvent
)
'Declaration
Public Overrides Function DispatchTouchEvent( _
ByVal As Android.Views.MotionEvent _
) As Boolean
'Usage
Dim instance As FlexViewer
Dim e As Android.Views.MotionEvent
Dim value As Boolean
value = instance.DispatchTouchEvent(e)
Parameters
- e
- The motion event to be dispatched.
Return Value
To be added.