Event arguments for entity-related events.

interface AcDbEntityEventArgs {
    database: AcDbDatabase;
    entity: AcDbEntity;
}

Properties

Properties

database: AcDbDatabase

The database that triggered the event

entity: AcDbEntity

The entity involved in the event