ProcessingObjectEventArgs Constructor.
[C#] ProcessingObjectEventArgs(IndirectObject obj) ProcessingObjectEventArgs(IndirectObject obj, ProcessingInfo info) [Visual Basic] Sub New(obj As IndirectObject) Sub New(obj As IndirectObject, info As ProcessingInfo)
ProcessingObjectEventArgs(IndirectObject obj) ProcessingObjectEventArgs(IndirectObject obj, ProcessingInfo info)
Sub New(obj As IndirectObject) Sub New(obj As IndirectObject, info As ProcessingInfo)
Create a ProcessingObjectEventArgs detailing an IndirectObject which is about to be processed.
None.