IViewModelEventManager.NavigatedAway Event
Namespace: DevExpress.Mvvm.ModuleInjection
Assembly: DevExpress.Mvvm.v24.2.dll
Declaration
Event Data
The NavigatedAway event's data class is NavigationEventArgs. The following properties provide information specific to this event:
Property |
---|
NewViewModel |
NewViewModelKey |
OldViewModel |
OldViewModelKey |
RegionName |
See Also