Skip to main content

ViewModelClosingEventArgs Class

Provides data for the ViewModelClosingEvent event.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v23.2.dll

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

Declaration

public class ViewModelClosingEventArgs :
    CancelEventArgs

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