Xamarin.iOS Documentation | ComponentOne
C1.iOS.Calendar Assembly / C1.iOS.Calendar Namespace / C1Calendar Class / GoBackAsync Method
true if the transition is animated.


In This Topic
    GoBackAsync Method
    In This Topic
    Navigates backwards.
    Syntax
    'Declaration
     
    
    <AsyncStateMachineAttribute(C1.iOS.Calendar.C1Calendar/d__243)> 
    Public Function GoBackAsync( _ 
       Optional ByVal animate As Boolean _ 
    ) As Task
    'Usage
     
    
    Dim instance As C1Calendar
    Dim animate As Boolean
    Dim value As Task
     
    value = instance.GoBackAsync(animate)
    [AsyncStateMachine(C1.iOS.Calendar.C1Calendar/d__243)] 
    public Task GoBackAsync( 
       bool animate 
    )

    Parameters

    animate
    true if the transition is animated.
    See Also