The event's source object prior to the event. To get the source object at the time the event occurred, retrieve the SourceObject property. To compare the two states of the source object, fetch the properties of the object returned by the OriginalObject property and the SourceObject property.


Namespace: FileNet.Api.Events
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property OriginalObject As IIndependentObject
C#
IIndependentObject OriginalObject { get; }
C++
property IIndependentObject OriginalObject abstract  {
    IIndependentObject get();
}
J#
/** property */
public IIndependentObject get_OriginalObject();
JScript
public function get OriginalObject() : IIndependentObject

Remarks

See Also