ToolTask.ReceiveExitNotification(Object, EventArgs) Method
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.
Signals when the tool exits. The Process object executing the tool calls this method when the tool exits.
protected:
void ReceiveExitNotification(System::Object ^ sender, EventArgs ^ e);
protected void ReceiveExitNotification (object sender, EventArgs e);
member this.ReceiveExitNotification : obj * EventArgs -> unit
Protected Sub ReceiveExitNotification (sender As Object, e As EventArgs)
Parameters
- sender
- Object
Remarks
This method is used as a System.EventHandler delegate.