Share

Database.SystemVariableChanged Event

Description

Wraps AcDbDatabaseReactor::headerSysVarChanged. The event indicates that an attempt was made to change the 'name' system variable.

Visual Basic

Public Event SystemVariableChanged As SystemVariableChangedEventHandler

C#

public event SystemVariableChangedEventHandler SystemVariableChanged;

Links

Database Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?