Back to Devexpress

Journal.GoForward(Object) Method

wpf-devexpress-dot-xpf-dot-windowsui-dot-navigation-dot-journal-dot-goforward-x28-system-dot-object-x29.md

latest2.0 KB
Original Source

Journal.GoForward(Object) Method

Discards the back navigation and passes specific data to the NavigationFrame page that will be shown.

Namespace : DevExpress.Xpf.WindowsUI.Navigation

Assembly : DevExpress.Xpf.Controls.v25.2.dll

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public void GoForward(
    object param
)
vb
Public Sub GoForward(
    param As Object
)

Parameters

NameTypeDescription
paramObject

An Object that is the parameter passed.

|

Remarks

When end-users navigate through NavigationFrame pages, all steps are written as entries into a Journal object. To navigate back to the previously viewed page, call the Journal.GoBack method. Vice versa, to undo this back navigation and return to the initially viewed page again, call the GoForward method. Both methods allow you to pass specific data between pages as a parameter. See the Navigation article to learn more about parameterized navigation.

See Also

Navigation

Journal Class

Journal Members

DevExpress.Xpf.WindowsUI.Navigation Namespace