Open sandboxFocus

Class AsyncDelegateCommand

An implementation of IAsyncCommand which uses delegates to access callbacks, accepting no parameters.

Inheritance
AsyncDelegateCommand
Namespace: Metalama.Patterns.Wpf
Assembly: Metalama.Patterns.Wpf.dll
Syntax
public sealed class AsyncDelegateCommand : BaseAsyncDelegateCommand, IAsyncCommand, ICommand, INotifyPropertyChanged

Properties

Name Description
CanExecute

Gets a value indicating whether the Execute() can be invoked.

Methods

Name Description
Execute()

Executed the command.

Extension Methods