Typically you handle the ProcessedObject event in order to
post-process an IndirectObject.
To associate the event with your event handle add an instance of
the ProcessedObjectEventHandler delegate to the event. The event
handler will be called whenever the event occurs.
|