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


In This Topic
SetOnContextClickListener Method (AnnotationLayer)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setOnContextClickListener", 
   "(Landroid/view/View$OnContextClickListener;)V", 
   "GetSetOnContextClickListener_Landroid_view_View_OnContextClickListener_Handler", 
   ApiSince=23)>
Public Overridable Sub SetOnContextClickListener( _
   ByVal l As Android.Views.View.IOnContextClickListener _
) 
 
'Usage
 
Dim instance As AnnotationLayer
Dim l As Android.Views.View.IOnContextClickListener
 
instance.SetOnContextClickListener(l)

Parameters

l
See Also