Getting CommandResult after command was executed

Hi!

I have some trouble figuring out how to retrieve the CommandResult from the SendCommandEvent.
The SendCommandEvent is called before the command was executed so I am unable to get the CommandResult of the actual implemented command.

Is their an alternative? Some sort of SentCommandEvent?

Thanks in advance!