Skip to main content

commands event area

Description

Notifies the execution of the command.

Event

NameDefinition nameDescription
Pre-command eventonBeforeExecuteThis event is notified before the command is executed.
Event after command executiononAfterExecuteThis event is notified after the command is executed.

Interfaces belonging to the area

NameDescription
ICommandParamsProvides command parameters.
BeforeExecuteEventParamsParameters of the pre-command event.
AfterExecuteEventParamsParameter of the event after command execution.
IExecuteEventParams Common parameters for command events.

Annotation

  • The commands notified are the commands defined in the system commands and extension points of the extension.
  • If an exception occurs during command execution, no event will be notified after the command is executed.