UnscheduleDrawable(Drawable,Action) Method
public void UnscheduleDrawable(
Android.Graphics.Drawables.Drawable ,
Action
)
'Declaration
Public Overloads Sub UnscheduleDrawable( _
ByVal As Android.Graphics.Drawables.Drawable, _
ByVal As Action _
)
'Usage
Dim instance As FlexChart
Dim who As Android.Graphics.Drawables.Drawable
Dim what As Action
instance.UnscheduleDrawable(who, what)
Parameters
- who
- what