[V8i, VB.NET] OnDesignFileOpened using Bentley.Interop.MicroStationDGN.dll wrapper


What I've learn from various posts in this forum the Bentley.Interop.MicroStationDGN.dll is a wrapper around the COM Object for easier use in .NET environment. But how can I implement events for "OnDesignFileOpened" while using the wrapper. Using the COM object there are events for this.

With COM I used a delegate to clear all of my extracted element data (extracted from DGN) when the user opens a design file.

/Lars