Share

Database.SystemVariableWillChange Event

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;

Links

Database Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?