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


C1.Android.Core Assembly > C1.Android.Core Namespace > C1PathIcon 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 C1PathIcon
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

C1PathIcon Class
C1PathIcon Members
Overload List