Event arguments for header system variable changes.

interface AcDbHeaderSysVarEventArgs {
    database: AcDbDatabase;
    name: string;
}

Properties

Properties

database: AcDbDatabase

The database that triggered the event

name: string

The name of the system variable that changed