ComponentOne Xamarin.Android
ScheduleDrawable(Drawable,Action,Int64) Method


C1.Android.Input Assembly > C1.Android.Input Namespace > C1DropDown Class > ScheduleDrawable Method : ScheduleDrawable(Drawable,Action,Int64) Method
Syntax
'Declaration
 
Public Overloads Sub ScheduleDrawable( _
   ByVal who As Android.Graphics.Drawables.Drawable, _
   ByVal what As Action, _
   ByVal when As Long _
) 
'Usage
 
Dim instance As C1DropDown
Dim who As Android.Graphics.Drawables.Drawable
Dim what As Action
Dim when As Long
 
instance.ScheduleDrawable(who, what, when)
public void ScheduleDrawable( 
   Android.Graphics.Drawables.Drawable who,
   Action what,
   long when
)

Parameters

who
what
when
See Also

Reference

C1DropDown Class
C1DropDown Members
Overload List