Spread Windows Forms 15.0
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()
    public CommandResult BeforeExecute()

    Return Value

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