ComponentOne Xamarin.iOS
GoForwardAsync Method


C1.iOS.Calendar Assembly > C1.iOS.Calendar Namespace > C1Calendar Class : GoForwardAsync Method
true if the transition is animated.
Navigates forward.
Syntax
'Declaration
 
<AsyncStateMachineAttribute(C1.iOS.Calendar.C1Calendar/d__244)> 
Public Function GoForwardAsync( _ 
   Optional ByVal animate As Boolean _ 
) As Task
'Usage
 
Dim instance As C1Calendar
Dim animate As Boolean
Dim value As Task
 
value = instance.GoForwardAsync(animate)
[AsyncStateMachine(C1.iOS.Calendar.C1Calendar/d__244)] 
public Task GoForwardAsync( 
   bool animate 
)

Parameters

animate
true if the transition is animated.
See Also

Reference

C1Calendar Class
C1Calendar Members