NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Process.AddOnExited

Adds the Exited event handler.

[Visual Basic]
Public Sub AddOnExited( _
   ByVal handler As EventHandler _
)
[C#]
public void AddOnExited(
   EventHandler handler
);
[C++]
public: void AddOnExited(
   EventHandler* handler
);
[JScript]
public function AddOnExited(
   handler : EventHandler
);

Parameters

handler
[To be supplied.]

See Also

Process Class | Process Members | System.Diagnostics Namespace