Runspace.AvailabilityChanged 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 the availability of the Runspace changes.
public:
abstract event EventHandler<System::Management::Automation::Runspaces::RunspaceAvailabilityEventArgs ^> ^ AvailabilityChanged;
public abstract event EventHandler<System.Management.Automation.Runspaces.RunspaceAvailabilityEventArgs> AvailabilityChanged;
member this.AvailabilityChanged : EventHandler<System.Management.Automation.Runspaces.RunspaceAvailabilityEventArgs>
Public MustOverride Custom Event AvailabilityChanged As EventHandler(Of RunspaceAvailabilityEventArgs)
Public MustOverride Event AvailabilityChanged As EventHandler(Of RunspaceAvailabilityEventArgs)