PSChildJobProxy.JobDataAdded
Event
Definition
This event will be raised whenever data has been added to one of the job object's 6 collections. The event arguments include the job itself, the data type, indicating which collection has data added, and the index.
public event EventHandler<System.Management.Automation.JobDataAddedEventArgs> JobDataAdded;