Skip to main content

IRegionEventManager.ViewModelRemoved Event

Namespace: DevExpress.Mvvm.ModuleInjection

Assembly: DevExpress.Mvvm.v23.2.dll

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

Declaration

[WeakEvent]
event EventHandler<ViewModelRemovedEventArgs> ViewModelRemoved

Event Data

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

Property
RegionName
ViewModel
ViewModelKey
See Also