IRegionEventManager.ViewModelRemoved Event
Namespace: DevExpress.Mvvm.ModuleInjection
Assembly: DevExpress.Mvvm.v26.1.dll
Declaration
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