DataAddingEventArgs Class   
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 arguments passed to PSDataCollection DataAdding handlers.
public ref class DataAddingEventArgs sealed : EventArgspublic sealed class DataAddingEventArgs : EventArgstype DataAddingEventArgs = class
    inherit EventArgsPublic NotInheritable Class DataAddingEventArgs
Inherits EventArgs- Inheritance
- 
				DataAddingEventArgs
Properties
| ItemAdded | The item about to be added. | 
| PowerShellInstanceId | PowerShell InstanceId which added this data. Guid.Empty, if the data is not added by a PowerShell instance. |