Description
Wraps AcDbDatabaseReactor::proxyResurrectionCompleted. The event is invoked when the loading of an ObjectARX or ObjectDBX module resurrects proxy objects in the DWG database.
Visual Basic
Public Event ProxyResurrectionCompleted As ProxyResurrectionCompletedEventHandler
C#
public event ProxyResurrectionCompletedEventHandler ProxyResurrectionCompleted;