次の方法で共有


ToolTask.ReceiveExitNotification(Object, EventArgs) Method

Definition

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.

Applies to