[]
The command handler in expression panel.
public class CommandHandler : ICommand
| Name | Description |
|---|---|
| CommandHandler(Action<object>, bool) | Initializes a new instance of the CommandHandler. |
| Name | Description |
|---|---|
| CanExecute(object) | Can execute command. |
| Execute(object) | Execute command. |
| Name | Description |
|---|---|
| CanExecuteChanged | The event of can execute changed. |