Custom commands are defined in the Process Analyst, but needs to be implemented in Cicode. You define commands by using the ICommandSystem- > Create method, or by using the New button on the Toolbar property page.
To implement the command, you need to respond to
the event CommandExecuted
(and
optionally UpdateCommand)
. Both of
these events notify you of the ID of the command which needs to be
handled.