Process Events
.NET Framework 4.5
The Process type exposes the following members.
| Name | Description | |
|---|---|---|
|
Disposed | Occurs when the component is disposed by a call to the Dispose method. (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. |