BuildManagerEventsClass::DesignTimeOutputDeleted Event
Visual Studio 2015
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.
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.
Show: