C1.Android.Core Assembly / C1.Android.Core Namespace / C1Border Class / UnscheduleDrawable Method / UnscheduleDrawable(Drawable,IRunnable) Method


In This Topic
UnscheduleDrawable(Drawable,IRunnable) Method
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("unscheduleDrawable", 
   "(Landroid/graphics/drawable/Drawable;Ljava/lang/Runnable;)V", 
   "GetUnscheduleDrawable_Landroid_graphics_drawable_Drawable_Ljava_lang_Runnable_Handler")>
Public Overloads Overridable Sub UnscheduleDrawable( _
   ByVal who As Android.Graphics.Drawables.Drawable, _
   ByVal what As Java.Lang.IRunnable _
) 
 
'Usage
 
Dim instance As C1Border
Dim who As Android.Graphics.Drawables.Drawable
Dim what As Java.Lang.IRunnable
 
instance.UnscheduleDrawable(who, what)

Parameters

who
what
See Also