Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / FlexGrid Class / ScheduleDrawable Method / ScheduleDrawable(Drawable,Action,Int64) Method


In This Topic
    ScheduleDrawable(Drawable,Action,Int64) Method
    In This Topic
    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 FlexGrid
    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