Description
Wraps AcDbDatabaseReactor::headerSysVarWillChange. The event indicates that an attempt is being made to change the 'name' system variable.
Visual Basic
Public Event SystemVariableWillChange As SystemVariableChangingEventHandler
C#
public event SystemVariableChangingEventHandler SystemVariableWillChange;