Calendar for WPF | ComponentOne
C1.WPF.Calendar Namespace / C1Calendar Class / GoForwardAsync Method
true if the transition is animated.

In This Topic
    GoForwardAsync Method
    In This Topic
    Navigates forward.
    Syntax
    'Declaration
     
    
    Public Function GoForwardAsync( _
       Optional ByVal animate As Boolean _
    ) As Task
    public Task GoForwardAsync( 
       bool animate
    )

    Parameters

    animate
    true if the transition is animated.
    See Also