RunspacePool.StateChanged Event

Definition

Event raised when RunspacePoolState changes.

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

Event Type

Applies to