Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / FlexGrid Class / OnInterceptTouchEvent Method


In This Topic
    OnInterceptTouchEvent Method (FlexGrid)
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("onInterceptTouchEvent", 
       "(Landroid/view/MotionEvent;)Z", 
       "GetOnInterceptTouchEvent_Landroid_view_MotionEvent_Handler")>
    Public Overridable Function OnInterceptTouchEvent( _
       ByVal ev As Android.Views.MotionEvent _
    ) As Boolean
    'Usage
     
    
    Dim instance As FlexGrid
    Dim ev As Android.Views.MotionEvent
    Dim value As Boolean
     
    value = instance.OnInterceptTouchEvent(ev)
    [Android.Runtime.Register("onInterceptTouchEvent", 
       "(Landroid/view/MotionEvent;)Z", 
       "GetOnInterceptTouchEvent_Landroid_view_MotionEvent_Handler")]
    public virtual bool OnInterceptTouchEvent( 
       Android.Views.MotionEvent ev
    )

    Parameters

    ev
    See Also