Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / Command Class / BeforeExecute() Method


In This Topic
BeforeExecute() Method
In This Topic
Invoked before execute the command.
Syntax
'Declaration
 
Public Function BeforeExecute() As CommandResult
 
'Usage
 
Dim instance As Command
Dim value As CommandResult
 
value = instance.BeforeExecute()

Return Value

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