Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1TexBoxBackgroundDrawable Class / ScheduleSelf Method / ScheduleSelf(Action,Int64) Method


In This Topic
    ScheduleSelf(Action,Int64) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Sub ScheduleSelf( _
       ByVal what As Action, _
       ByVal when As Long _
    ) 
    'Usage
     
    
    Dim instance As C1TexBoxBackgroundDrawable
    Dim what As Action
    Dim when As Long
     
    instance.ScheduleSelf(what, when)
    public void ScheduleSelf( 
       Action what,
       long when
    )

    Parameters

    what
    when
    See Also