PSDataCollection<T>.DataAdded 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.
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)