Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / CommandResult Structure / CommandAction Property


In This Topic
    CommandAction Property
    In This Topic
    Gets a value indicating the action that should be handled after the command is executed, doesn't matter successsful or not.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CommandAction As CommandActions
    'Usage
     
    
    Dim instance As CommandResult
    Dim value As CommandActions
     
    value = instance.CommandAction
    public CommandActions CommandAction {get;}
    See Also