Allows access to all events in the extensibility model. Events are also exposed from specific objects within the extensibility model.
Remarks
The extensibility model contains a root Events object from which add-ins can reference objects supporting general, core extensibility events; for example, DTE.Events.SolutionEvents() and the AddProject event. From the root Events object add-ins can also reference objects supporting product-specific events, such as DTE.Events.VJProjectItemsEvents() and the ItemAdded event. The environment will resolve the name VJDesignerEvents in the registry to dynamically find a typelib describing the object supporting events.