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

IRegionEventManager.Navigation Event

Namespace: DevExpress.Mvvm.ModuleInjection

Assembly: DevExpress.Mvvm.v18.2.dll

Declaration

[WeakEvent]
event EventHandler<NavigationEventArgs> Navigation

Event Data

The Navigation event's data class is NavigationEventArgs. The following properties provide information specific to this event:

Property
NewViewModel
NewViewModelKey
OldViewModel
OldViewModelKey
RegionName
See Also