ScheduleDrawable(Drawable,Action,Int64) Method
public void ScheduleDrawable(
Android.Graphics.Drawables.Drawable ,
Action ,
long
)
'Declaration
Public Overloads Sub ScheduleDrawable( _
ByVal As Android.Graphics.Drawables.Drawable, _
ByVal As Action, _
ByVal As Long _
)
'Usage
Dim instance As C1TextBox
Dim who As Android.Graphics.Drawables.Drawable
Dim what As Action
Dim when As Long
instance.ScheduleDrawable(who, what, when)
Parameters
- who
- what
- when