MLightCAD
    Preparing search index...

    Event arguments for command lifecycle events.

    Contains the command instance that triggered the event.

    interface AcEdCommandEventArgs {
        command: AcEdCommand;
    }
    Index

    Properties

    Properties

    command: AcEdCommand

    The command instance involved in the event