CurrentWindowService.ClosingCommand Property
The command that is called when the current window is closed. This is a dependency property.
Namespace: DevExpress.Mvvm.UI
Assembly: DevExpress.Xpf.Core.v20.2.dll
Declaration
Property Value
Type | Description |
---|---|
ICommand | An object implementing the ICommand interface. |
Remarks
The command can receive a parameter of the CancelEventArgs type.
See Also