public class AsyncDelegateCommand : ICommand
Public Class AsyncDelegateCommand
Implements ICommand
AsyncDelegateCommand(FuncTask) | Class constructor. |
AsyncDelegateCommand(FuncTask, FuncBoolean) | 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) |