Skip to main content

IViewModelEventManager.Navigated Event

Namespace: DevExpress.Mvvm.ModuleInjection

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

[WeakEvent]
event EventHandler<NavigationEventArgs> Navigated

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