C1.Android.Input Assembly / C1.Android.Input Namespace / C1ComboBox Class / RemoveCallbacks Method / RemoveCallbacks(IRunnable) Method


In This Topic
RemoveCallbacks(IRunnable) Method
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("removeCallbacks", 
   "(Ljava/lang/Runnable;)Z", 
   "GetRemoveCallbacks_Ljava_lang_Runnable_Handler")>
Public Overloads Overridable Function RemoveCallbacks( _
   ByVal action As Java.Lang.IRunnable _
) As Boolean
 
'Usage
 
Dim instance As C1ComboBox
Dim action As Java.Lang.IRunnable
Dim value As Boolean
 
value = instance.RemoveCallbacks(action)

Parameters

action
See Also