[]
Invoked before execute the command.
protected virtual CommandResult BeforeExecute(bool redo)
Protected Overridable Function BeforeExecute(redo As Boolean) As CommandResult
Type | Name | Description |
---|---|---|
bool | redo | if set to |
Type | Description |
---|---|
CommandResult |
|
Invoked before execute the command.
public CommandResult BeforeExecute()
Public Function BeforeExecute() As CommandResult
Type | Description |
---|---|
CommandResult |
|