An implementation of IAsyncCommand which uses delegates to access callbacks, accepting no parameters.
Namespace: Metalama.Patterns.Wpf
Assembly: Metalama.Patterns.Wpf.dll
Syntax
public sealed class AsyncDelegateCommand : BaseAsyncDelegateCommand, IAsyncCommand, ICommand, INotifyPropertyChangedProperties
| Name | Description |
|---|---|
| CanExecute | Gets a value indicating whether the Execute() can be invoked. |
Methods
| Name | Description |
|---|---|
| Execute() | Executed the command. |