ViewModelClosingEventArgs(Object) Constructor
Initializes a new instance of the ViewModelClosingEventArgs class.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v24.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
viewModel | Object | An object specifying the View Model that is about to be closed. |
See Also