ComponentOne Xamarin.iOS
GoBackAsync Method


C1.iOS.Calendar Assembly > C1.iOS.Calendar Namespace > C1Calendar Class : GoBackAsync Method
true if the transition is animated.
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

Reference

C1Calendar Class
C1Calendar Members