PSDataCollection<T>.DataAdding 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 being added to the underlying buffer.
public:
event EventHandler<System::Management::Automation::DataAddingEventArgs ^> ^ DataAdding;
public event EventHandler<System.Management.Automation.DataAddingEventArgs> DataAdding;
member this.DataAdding : EventHandler<System.Management.Automation.DataAddingEventArgs>
Public Custom Event DataAdding As EventHandler(Of DataAddingEventArgs)
Public Event DataAdding As EventHandler(Of DataAddingEventArgs)