PowerShell.InvocationStateChanged Event
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 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)