BuildManagerEventsClass::DesignTimeOutputDeleted Event

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Raised when a project item that generates a portable executable is deleted from the project.

Namespace:   VSLangProj
Assembly:  VSLangProj (in VSLangProj.dll)

public:
event _dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler^ DesignTimeOutputDeleted {
	virtual void add(_dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler^ value);
	virtual void remove(_dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler^ value);
}

Raised when a project item that generates a portable executable is deleted from the project.

Return to top
Show: