ComponentOne Xamarin.Android
RequestUnbufferedDispatch Method (CalendarYearsPanel)


C1.Android.Calendar Assembly > C1.Android.Calendar Namespace > CalendarYearsPanel Class : RequestUnbufferedDispatch Method
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 CalendarYearsPanel
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

Reference

CalendarYearsPanel Class
CalendarYearsPanel Members