Process Events
.NET Framework 2.0
| Name | Description | |
|---|---|---|
| Disposed | Adds an event handler to listen to the Disposed event on the component. (Inherited from Component.) |
| ErrorDataReceived | Occurs when an application writes to its redirected StandardError stream. |
| Exited | Occurs when a process exits. |
| OutputDataReceived | Occurs when an application writes to its redirected StandardOutput stream. |