ComponentOne Xamarin.Android
OnCapturedPointerEvent Method (C1BulletGraph)


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

Parameters

e
See Also

Reference

C1BulletGraph Class
C1BulletGraph Members