C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1BulletGraph Class / UnscheduleDrawable Method / UnscheduleDrawable(Drawable,Action) Method


In This Topic
UnscheduleDrawable(Drawable,Action) Method
In This Topic
Syntax
'Declaration
 
Public Overloads Sub UnscheduleDrawable( _
   ByVal who As Android.Graphics.Drawables.Drawable, _
   ByVal what As Action _
) 
 
'Usage
 
Dim instance As C1BulletGraph
Dim who As Android.Graphics.Drawables.Drawable
Dim what As Action
 
instance.UnscheduleDrawable(who, what)

Parameters

who
what
See Also