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;
public event EventHandler<System.Management.Automation.JobDataAddedEventArgs> JobDataAdded;
member this.JobDataAdded : EventHandler<System.Management.Automation.JobDataAddedEventArgs> 
Public Custom Event JobDataAdded As EventHandler(Of JobDataAddedEventArgs) 

Event Type

Applies to