DataAddedEventArgs 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 DataAdded handlers.
public ref class DataAddedEventArgs sealed : EventArgs
	public sealed class DataAddedEventArgs : EventArgs
	type DataAddedEventArgs = class
    inherit EventArgs
	Public NotInheritable Class DataAddedEventArgs
Inherits EventArgs
		- Inheritance
 - 
				DataAddedEventArgs
 
Properties
| Index | 
		 Index at which the data is added.  | 
        	
| PowerShellInstanceId | 
		 PowerShell InstanceId which added this data. Guid.Empty, if the data is not added by a PowerShell instance.  |