DataAddingEventArgs
Class
Definition
Event arguments passed to PSDataCollection DataAdding handlers.
public sealed class DataAddingEventArgs : 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. |