Xamarin.Android | ComponentOne
C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1Gauge Class / RequestDisallowInterceptTouchEvent Method


In This Topic
    RequestDisallowInterceptTouchEvent Method (C1Gauge)
    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 C1Gauge
    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