Skip to main content
A newer version of this page is available. .

ViewModelClosingEventArgs(Object) Constructor

Initializes a new instance of the ViewModelClosingEventArgs class.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v18.2.dll

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