Every action that can be triggered by the user via menu, toolbar, or shortcut are implementations of the _3S.CoDeSys.Core.Commands.ICommand interface. Using Automation Platform, you can create new implementations of commands within your own plug-ins. However, sometimes it is desired to override the behavior of an already existing command instead of creating a new one. This article shows how to solve this task.