Spread Windows Forms 12.0 Product Documentation
CommandAction Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.Commands Namespace > CommandResult Structure : CommandAction Property
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

Reference

CommandResult Structure
CommandResult Members