C1.Android.Core Assembly / C1.Android.Core Namespace / C1ScrollViewer Class / OnInterceptHoverEvent Method


In This Topic
OnInterceptHoverEvent Method (C1ScrollViewer)
In This Topic
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 C1ScrollViewer
Dim e As Android.Views.MotionEvent
Dim value As Boolean
 
value = instance.OnInterceptHoverEvent(e)

Parameters

e
See Also