Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / FlexGrid Class / RequestUnbufferedDispatch Method


In This Topic
    RequestUnbufferedDispatch Method (FlexGrid)
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("requestUnbufferedDispatch", 
       "(Landroid/view/MotionEvent;)V", 
       "", 
       ApiSince=21)>
    Public Sub RequestUnbufferedDispatch( _
       ByVal e As Android.Views.MotionEvent _
    ) 
    'Usage
     
    
    Dim instance As FlexGrid
    Dim e As Android.Views.MotionEvent
     
    instance.RequestUnbufferedDispatch(e)
    [Android.Runtime.Register("requestUnbufferedDispatch", 
       "(Landroid/view/MotionEvent;)V", 
       "", 
       ApiSince=21)]
    public void RequestUnbufferedDispatch( 
       Android.Views.MotionEvent e
    )

    Parameters

    e
    See Also