ComponentOne Xamarin.Android
DispatchCapturedPointerEvent Method (C1VectorIcon)


C1.Android.Core Assembly > C1.Android.Core Namespace > C1VectorIcon Class : DispatchCapturedPointerEvent Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("dispatchCapturedPointerEvent", 
   "(Landroid/view/MotionEvent;)Z", 
   "GetDispatchCapturedPointerEvent_Landroid_view_MotionEvent_Handler", 
   ApiSince=26)>
Public Overridable Function DispatchCapturedPointerEvent( _
   ByVal e As Android.Views.MotionEvent _
) As Boolean
'Usage
 
Dim instance As C1VectorIcon
Dim e As Android.Views.MotionEvent
Dim value As Boolean
 
value = instance.DispatchCapturedPointerEvent(e)
[Android.Runtime.Register("dispatchCapturedPointerEvent", 
   "(Landroid/view/MotionEvent;)Z", 
   "GetDispatchCapturedPointerEvent_Landroid_view_MotionEvent_Handler", 
   ApiSince=26)]
public virtual bool DispatchCapturedPointerEvent( 
   Android.Views.MotionEvent e
)

Parameters

e
See Also

Reference

C1VectorIcon Class
C1VectorIcon Members