Event arguments for entity-related events.

interface AcDbEntityEventArgs {
    database: AcDbDatabase;
    entity: AcDbEntity | AcDbEntity[];
}

Properties

Properties

database: AcDbDatabase

The database that triggered the event

The entity (or entities) involved in the event