Represents an event that occurs when the state of an object is changed. This interface is the base for several event interfaces.

You can instantiate a IObjectChangeEvent object in the following ways:


The following tables list the members exposed by IObjectChangeEvent.

Public Properties

 NameDescription
Public propertySourceClassIdClass ID of the object that is the subject of this event.
Public propertySourceObjectThe event's source object at the time the event occurred. Note that the state of the object may be different from its prior or current state. To get the state of the source object prior to the event, use the OriginalObject property on subclasses of IObjectChangeEvent that provide this property.
Public propertySourceObjectIdId of the object that is the source of an IObjectChangeEvent-based event. You can use this property to identify an object if it no longer exists in the object store.
Top

See Also