Share

Database.DwgFileOpened Event

Description

Wraps AcRxEventReactor::dwgFileOpened. The event indicates that the drawing file is being read and stored in the drawing database.

Visual Basic

Public Event DwgFileOpened As DatabaseIOEventHandler

C#

public event DatabaseIOEventHandler DwgFileOpened;

Links

Database Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?