IComObjectConstruction2Events interface (comsvcs.h)

Notifies the subscriber if a constructed object is created. The events are published to the subscriber using the COM+ Events service, a loosely coupled events system that stores event information from different publishers in an event store in the COM+ catalog. A constructed object is derived from the IObjectConstruct interface. Constructed objects can inherit parameter names from within other objects or libraries.

Inheritance

The IComObjectConstruction2Events interface inherits from the IUnknown interface. IComObjectConstruction2Events also has these types of members:

Methods

The IComObjectConstruction2Events interface has these methods.

 
IComObjectConstruction2Events::OnObjectConstruct2

Generated when a constructed object is created. (IComObjectConstruction2Events.OnObjectConstruct2)

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header comsvcs.h

See also

COM+ Events

COM+ Instrumentation