Represents an event that occurs when the state of an object is changed. This interface is the base for several event interfaces.
Top
You can instantiate a
object in the following ways:
- Call the
orGetInstance
method on theFetchInstance Factory.ObjectChangeEvent class. - Retrieve a
object from aIObjectChangeEvent IObjectChangeEventSet collection.
The following tables list the members exposed by IObjectChangeEvent.
Public Properties
Name | Description | |
---|---|---|
![]() | SourceClassId | Class ID of the object that is the subject of this event. |
![]() | SourceObject | The 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 property on subclasses of that provide this property. |
![]() | SourceObjectId | Id of the object that is the source of an -based event. You can use this property to identify an object if it no longer exists in the object store. |