C1.Android.Chart Assembly / C1.Android.Chart.Annotation Namespace / AnnotationLayer Class / RequestDisallowInterceptTouchEvent Method


In This Topic
RequestDisallowInterceptTouchEvent Method (AnnotationLayer)
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 AnnotationLayer
Dim disallowIntercept As Boolean
 
instance.RequestDisallowInterceptTouchEvent(disallowIntercept)

Parameters

disallowIntercept
See Also