Event arguments for command lifecycle events.

Contains the command instance that triggered the event.

interface AcEdCommandEventArgs {
    command: AcEdCommand;
}

Properties

Properties

command: AcEdCommand

The command instance involved in the event