C1.Android.Grid Assembly / C1.Android.Grid Namespace / GridBase Class / RequestUnbufferedDispatch Method


In This Topic
RequestUnbufferedDispatch Method (GridBase)
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 GridBase
Dim e As Android.Views.MotionEvent
 
instance.RequestUnbufferedDispatch(e)

Parameters

e
See Also