IViewModelEventManager.ViewModelRemoving Event
Namespace: DevExpress.Mvvm.ModuleInjection
Assembly: DevExpress.Mvvm.v25.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
Declaration
Event Data
The ViewModelRemoving event's data class is ViewModelRemovingEventArgs. The following properties provide information specific to this event:
| Property | Description |
|---|---|
| Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
| RegionName | |
| ViewModel | |
| ViewModelKey |
See Also