Xamarin.Android | ComponentOne
C1.Android.Viewer Assembly / C1.Android.Viewer Namespace / FlexViewer Class / DispatchTouchEvent Method
The motion event to be dispatched.


In This Topic
    DispatchTouchEvent Method (FlexViewer)
    In This Topic
    Pass the touch screen motion event down to the target view, or this view if it is the target.
    Syntax
    'Declaration
     
    
    Public Overrides Function DispatchTouchEvent( _
       ByVal e 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)
    public override bool DispatchTouchEvent( 
       Android.Views.MotionEvent e
    )

    Parameters

    e
    The motion event to be dispatched.

    Return Value

    To be added.
    Remarks

    Pass the touch screen motion event down to the target view, or this view if it is the target.

    [Android Documentation]

    See Also