C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1BulletGraph Class / SetOnCreateContextMenuListener Method


In This Topic
SetOnCreateContextMenuListener Method (C1BulletGraph)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setOnCreateContextMenuListener", 
   "(Landroid/view/View$OnCreateContextMenuListener;)V", 
   "GetSetOnCreateContextMenuListener_Landroid_view_View_OnCreateContextMenuListener_Handler")>
Public Overridable Sub SetOnCreateContextMenuListener( _
   ByVal l As Android.Views.View.IOnCreateContextMenuListener _
) 
 
'Usage
 
Dim instance As C1BulletGraph
Dim l As Android.Views.View.IOnCreateContextMenuListener
 
instance.SetOnCreateContextMenuListener(l)

Parameters

l
See Also