Command¶
Namespace: WellFired
Implements: WellFired.Guacamole.ICommand
Inherits: WellFired.Guacamole.DataBinding.ObservableBase
Description¶
Properties¶
| Action | ExecuteAction { get; set; } |
| bool | CanExecute { get; set; } |
Public Methods¶
| delegate bool | CanExecuteDelegate ( ) |
| void | Execute ( ) |
Breakdown¶
- Action ExecuteAction { get; set; }
- bool CanExecute { get; set; }
- delegate bool CanExecuteDelegate ( )
- void Execute ( )