NavigateMessage(TNavigationToken) Constructor
Initializes a new instance of the NavigateMessage class.
Namespace: DevExpress.Mvvm.ViewModel
Assembly: DevExpress.Mvvm.v24.1.ViewModel.dll
NuGet Package: DevExpress.Scaffolding.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
token | TNavigationToken | An object that is used to identify the module to which the DocumentsViewModel should navigate. |
See Also