'Declaration
Public Function BeforeExecute() As CommandResult
'Usage
Dim instance As Command Dim value As CommandResult value = instance.BeforeExecute()
public CommandResult BeforeExecute()
Return Value
true
if the command continue executing; otherwise the command should be stopped.