PSChildJobProxy.JobDataAdded Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)