Event arguments for object events in the dictionary.

interface AcDbDictObjectEventArgs {
    database: AcDbDatabase;
    key: string;
    object: AcDbObject<AcDbObjectAttrs> | AcDbObject<AcDbObjectAttrs>[];
}

Properties

Properties

database: AcDbDatabase

The database that triggered the event

key: string

The key name of the object

The object (or objects) involved in the event