PowerShell.InvocationStateChanged Event

Definition

Event raised when PowerShell Execution State Changes.

public:
 event EventHandler<System::Management::Automation::PSInvocationStateChangedEventArgs ^> ^ InvocationStateChanged;
public event EventHandler<System.Management.Automation.PSInvocationStateChangedEventArgs> InvocationStateChanged;
member this.InvocationStateChanged : EventHandler<System.Management.Automation.PSInvocationStateChangedEventArgs> 
Public Custom Event InvocationStateChanged As EventHandler(Of PSInvocationStateChangedEventArgs) 
Public Event InvocationStateChanged As EventHandler(Of PSInvocationStateChangedEventArgs) 

Event Type

Applies to