Skip to main content

NavigateMessage(TNavigationToken) Constructor

Initializes a new instance of the NavigateMessage class.

Namespace: DevExpress.Mvvm.ViewModel

Assembly: DevExpress.Mvvm.v23.2.ViewModel.dll

NuGet Package: DevExpress.Scaffolding.Core

Declaration

public NavigateMessage(
    TNavigationToken token
)

Parameters

Name Type Description
token TNavigationToken

An object that is used to identify the module to which the DocumentsViewModel should navigate.

See Also