IViewModelEventManager.ViewModelRemoving Event
Namespace: DevExpress.Mvvm.ModuleInjection
Assembly: DevExpress.Mvvm.v24.2.dll
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