PSDataCollection<T>.DataAdded Event

Definition

Event fired when objects are done being added to the underlying buffer.

public:
 event EventHandler<System::Management::Automation::DataAddedEventArgs ^> ^ DataAdded;
public event EventHandler<System.Management.Automation.DataAddedEventArgs> DataAdded;
member this.DataAdded : EventHandler<System.Management.Automation.DataAddedEventArgs> 
Public Custom Event DataAdded As EventHandler(Of DataAddedEventArgs) 
Public Event DataAdded As EventHandler(Of DataAddedEventArgs) 

Event Type

Applies to