[]
Defines the method that determines whether the command can execute in its current state.
bool CanExecute(CellTypeCommandParameter parameter)
Function CanExecute(parameter As CellTypeCommandParameter) As Boolean
Type | Name | Description |
---|---|---|
CellTypeCommandParameter | parameter | Data used by the command. If the command does not require data to be passed, this object can be set to null. |
Type | Description |
---|---|
bool |
|