Skip to main content

INavigationService.GoForward(Object) Method

Navigates forward to the next screen (view).

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

void GoForward(
    object param
)

Parameters

Name Type Description
param Object

An object that specifies the navigation parameter for the current navigation.

See Also