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


In This Topic
    RequestDisallowInterceptTouchEvent Method (FlexGrid)
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("requestDisallowInterceptTouchEvent", 
       "(Z)V", 
       "GetRequestDisallowInterceptTouchEvent_ZHandler")>
    Public Overridable Sub RequestDisallowInterceptTouchEvent( _
       ByVal disallowIntercept As Boolean _
    ) 
    'Usage
     
    
    Dim instance As FlexGrid
    Dim disallowIntercept As Boolean
     
    instance.RequestDisallowInterceptTouchEvent(disallowIntercept)
    [Android.Runtime.Register("requestDisallowInterceptTouchEvent", 
       "(Z)V", 
       "GetRequestDisallowInterceptTouchEvent_ZHandler")]
    public virtual void RequestDisallowInterceptTouchEvent( 
       bool disallowIntercept
    )

    Parameters

    disallowIntercept
    See Also