public class DelegateCommand<T> : ICommand
Public Class DelegateCommand(Of T)
Implements ICommand
[Missing <typeparam name="T"/> documentation for "T:Aliquo.Windows.Base.DelegateCommand`1"]
DelegateCommandT(ActionT) | Class constructor. |
DelegateCommandT(ActionT, 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) |