AsyncProcess.Exited Event

This element is introduced in Windows PowerShell 5.0.

Namespace: Microsoft.OneGet.Utility.Platform
Assembly: Microsoft.OneGet.Utility (in Microsoft.OneGet.Utility.dll)

Usage

'Usage
Dim instance As AsyncProcess
Dim handler As EventHandler

AddHandler instance.Exited, handler

Syntax

'Declaration
Public Event Exited As EventHandler
public event EventHandler Exited
public:
event EventHandler^ Exited {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
/** @event */
public void add_Exited (EventHandler value)

/** @event */
public void remove_Exited (EventHandler value)

Platforms

Target Platforms

See Also

Reference

AsyncProcess Class
AsyncProcess Members
Microsoft.OneGet.Utility.Platform Namespace