[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Commands.Command.BeforeExecute

BeforeExecute Method

BeforeExecute(bool)

Invoked before execute the command.

Declaration
protected virtual CommandResult BeforeExecute(bool redo)
Protected Overridable Function BeforeExecute(redo As Boolean) As CommandResult
Parameters
Type Name Description
bool redo

if set to true, the command is executed for redoing.

Returns
Type Description
CommandResult

true if the command continue executing; otherwise the command should be stopped.

BeforeExecute()

Invoked before execute the command.

Declaration
public CommandResult BeforeExecute()
Public Function BeforeExecute() As CommandResult
Returns
Type Description
CommandResult

true if the command continue executing; otherwise the command should be stopped.