Event raised when the command begins executing. The DelegateCommandExecution provides access to the execution's Task and allows cancellation of that specific invocation.
Namespace: Metalama.Patterns.Wpf
Assembly: Metalama.Patterns.Wpf.dll
Syntax
public event Action<DelegateCommandExecution>? ExecutedReturns
| Type | Description |
|---|---|
| Action<DelegateCommandExecution> | Event raised when the command begins executing. The provides access to the execution's and allows cancellation of that specific invocation. |