DiagramCommandsBase.CanExecute Method
| Name | Parameters | Description |
|---|---|---|
| CanExecute(DiagramCommand) | command | Gets whether the specified command can be executed in its current state. |
| CanExecute<T>(DiagramCommand<T>, T) | command, parameter | Gets whether the specified command can be executed in its current state. |