Back to Devexpress

ViewModelClosingEventArgs Class

corelibraries-devexpress-dot-mvvm-fb4248f6.md

latest1.5 KB
Original Source

ViewModelClosingEventArgs Class

Provides data for the ViewModelClosingEvent event.

Namespace : DevExpress.Mvvm

Assembly : DevExpress.Mvvm.v25.2.dll

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

Declaration

csharp
public class ViewModelClosingEventArgs :
    CancelEventArgs
vb
Public Class ViewModelClosingEventArgs
    Inherits 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

ViewModelClosingEventArgs Members

DevExpress.Mvvm Namespace