Represents an event that occurs when an object is retrieved from the object store. This event can only be audited; you cannot subscribe to it.

You can instantiate a GetObjectEvent object in the following ways:

  • Call the GetInstance or FetchInstance method on the Factory.GetObjectEvent class.
  • Retrieve the AuditedEvents property on a RepositoryObject subclass, and iterate the EventSet collection for instances of GetObjectEvent objects.
  • Retrieve a GetObjectEvent object from a GetObjectEventSet collection.

The following tables list the members exposed by IGetObjectEvent.

Public Properties

 NameDescription
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