C1.Android.Input Assembly / C1.Android.Input Namespace / C1ComboBox Class / SetOnCapturedPointerListener Method


In This Topic
SetOnCapturedPointerListener Method (C1ComboBox)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setOnCapturedPointerListener", 
   "(Landroid/view/View$OnCapturedPointerListener;)V", 
   "GetSetOnCapturedPointerListener_Landroid_view_View_OnCapturedPointerListener_Handler", 
   ApiSince=26)>
Public Overridable Sub SetOnCapturedPointerListener( _
   ByVal l As Android.Views.View.IOnCapturedPointerListener _
) 
 
'Usage
 
Dim instance As C1ComboBox
Dim l As Android.Views.View.IOnCapturedPointerListener
 
instance.SetOnCapturedPointerListener(l)

Parameters

l
See Also