Skip to main content

ViewModelClosingEventArgs(Object) Constructor

Initializes a new instance of the ViewModelClosingEventArgs class.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v23.2.dll

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

Declaration

public ViewModelClosingEventArgs(
    object viewModel
)

Parameters

Name Type Description
viewModel Object

An object specifying the View Model that is about to be closed.

See Also