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