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.


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

Syntax

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

Remarks

See Also