ComponentOne Xamarin.Android
OnInterceptHoverEvent Method (C1LinearGauge)


C1.Android.Gauge Assembly > C1.Android.Gauge Namespace > C1LinearGauge Class : OnInterceptHoverEvent Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("onInterceptHoverEvent", 
   "(Landroid/view/MotionEvent;)Z", 
   "GetOnInterceptHoverEvent_Landroid_view_MotionEvent_Handler", 
   ApiSince=14)>
Public Overridable Function OnInterceptHoverEvent( _
   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.OnInterceptHoverEvent(e)
[Android.Runtime.Register("onInterceptHoverEvent", 
   "(Landroid/view/MotionEvent;)Z", 
   "GetOnInterceptHoverEvent_Landroid_view_MotionEvent_Handler", 
   ApiSince=14)]
public virtual bool OnInterceptHoverEvent( 
   Android.Views.MotionEvent e
)

Parameters

e
See Also

Reference

C1LinearGauge Class
C1LinearGauge Members