public class AsyncDelegateCommand<T> : ICommand
Public Class AsyncDelegateCommand(Of T)
Implements ICommand[Missing <typeparam name="T"/> documentation for "T:Aliquo.Windows.Base.AsyncDelegateCommand`1"]
| AsyncDelegateCommandT(FuncT, Task) | Class constructor. |
| AsyncDelegateCommandT(FuncT, Task, FuncT, Boolean) | Class constructor. |
| CanExecute | Indicates whether the command can be executed. |
| Execute | Execute the command. |
| RaiseCanExecuteChanged | Invokes the CanExecuteChanged event. |
| CanExecuteChanged | Event to report the change in CanExecute. |
| GetAttributeFromT |
Get attribute from a class.
(Defined by ObjectExtensions) |
| ValidateDataAnnotations |
Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions) |