C1.Android.Core Assembly / C1.Android.Core Namespace / C1VectorIcon Class / RequestUnbufferedDispatch Method


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

Parameters

e
See Also