Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ClipboardPasteShapeCommand Class / BeforeExecute() Method


In This Topic
    BeforeExecute() Method
    In This Topic
    Invoked before execute the command.
    Syntax
    'Declaration
     
    
    Public Overloads Function BeforeExecute() As CommandResult
    'Usage
     
    
    Dim instance As ClipboardPasteShapeCommand
    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