C1.Android.Input Assembly / C1.Android.Input Namespace / C1TexBoxBackgroundDrawable Class / UnscheduleSelf Method / UnscheduleSelf(IRunnable) Method


In This Topic
UnscheduleSelf(IRunnable) Method
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("unscheduleSelf", 
   "(Ljava/lang/Runnable;)V", 
   "GetUnscheduleSelf_Ljava_lang_Runnable_Handler")>
Public Overloads Overridable Sub UnscheduleSelf( _
   ByVal what As Java.Lang.IRunnable _
) 
 
'Usage
 
Dim instance As C1TexBoxBackgroundDrawable
Dim what As Java.Lang.IRunnable
 
instance.UnscheduleSelf(what)

Parameters

what
See Also