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

IViewModelEventManager.NavigatedAway Event

Namespace: DevExpress.Mvvm.ModuleInjection

Assembly: DevExpress.Mvvm.v19.1.dll

Declaration

[WeakEvent]
event EventHandler<NavigationEventArgs> NavigatedAway

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