DataAddedEventArgs Class

Definition

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.

Applies to