Public Properties

  Name Description
Public property SourceClassId Class ID of the object that is the subject of this event.
Public property 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 OriginalObject property on subclasses of IObjectChangeEvent that provide this property.
Public property SourceObjectId Id 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