IEventObjectChange2 interface (eventsys.h)

Notifies subscribers of changes to the event store while including partition and application ID information.

The IEventObjectChange2 interface has the same firing characteristics as IEventObjectChange.

Inheritance

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

Methods

The IEventObjectChange2 interface has these methods.

 
IEventObjectChange2::ChangedEventClass

Indicates that an event class object has been added, modified, or deleted. (IEventObjectChange2.ChangedEventClass)
IEventObjectChange2::ChangedSubscription

Indicates that a subscription object has been added, modified, or deleted. (IEventObjectChange2.ChangedSubscription)

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 eventsys.h

See also

IEventObjectChange

IEventSystem