Syntax
'Declaration
<Android.Runtime.RegisterAttribute("requestUnbufferedDispatch",
"(Landroid/view/MotionEvent;)V",
"",
ApiSince=21)>
Public Sub RequestUnbufferedDispatch( _
ByVal As Android.Views.MotionEvent _
)
'Usage
Dim instance As CalendarDaysPanel
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
)
Parameters
- e
See Also