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