Events Object (Visual J++)

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 resolves the name VJDesignerEvents in the registry to dynamically find a type library describing the object that supports events.