[]
Define the command of a celltype can excecute when input special key
public interface ICellTypeCommand
Public Interface ICellTypeCommand
Name | Description |
---|---|
CanExecute(CellTypeCommandParameter) | Defines the method that determines whether the command can execute in its current state. |
Execute(CellTypeCommandParameter) | Defines the method to be called when the command is invoked. |