ComponentOne Xamarin.Android
DispatchCapturedPointerEvent Method (C1LinearGauge)


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1LinearGauge 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 C1LinearGauge
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

C1LinearGauge Class
C1LinearGauge Members