The Command base class provides two events BeforeCommandExecute and
CommandExecuted which enable the addin writer to write code to respond to the execution of any command object registered with the CommandManager. A command object can be retrieved from the CommandManger if its Key is known and event handlers can be attached to these events.