IViewModelEventManager.Navigated Event
Namespace: DevExpress.Mvvm.ModuleInjection
Assembly: DevExpress.Mvvm.v25.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
Declaration
Event Data
The Navigated event's data class is NavigationEventArgs. The following properties provide information specific to this event:
| Property |
|---|
| NewViewModel |
| NewViewModelKey |
| OldViewModel |
| OldViewModelKey |
| RegionName |
See Also