Skip to main content
A newer version of this page is available. .

NavigateMessage(TNavigationToken) Constructor

Initializes a new instance of the NavigateMessage class.

Namespace: DevExpress.Mvvm.ViewModel

Assembly: DevExpress.Mvvm.v19.1.ViewModel.dll

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