Delegate |
Name | Description | |
---|---|---|
DelegateCommand | Initializes a new instance of the DelegateCommand class. No callback is initially set, so they must be set via the property setters. This usage generates easy readable code even if the delegates are inlined. | |
DelegateCommand(Action) | Initializes a new instance of the DelegateCommand class with the execute callback. This version generates more compact code; not recommended for in-line delegates. | |
DelegateCommand(FuncBoolean, Action) | Initializes a new instance of the DelegateCommand class. |