ViewModelClosingEventArgs Class
Provides data for the ViewModelClosingEvent event.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v24.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
Declaration
Remarks
The event handler receives an argument of type ViewModelClosingEventArgs
containing data related to this event.
To handle and process the ViewModelClosingEvent event, use the ViewInjectionService.ViewModelClosingCommand property.
Inheritance
Object
EventArgs
CancelEventArgs
ViewModelClosingEventArgs
See Also