BuildManagerEventsClass.DesignTimeOutputDeleted Event
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.
Raised when a project item that generates a portable executable is deleted from the project.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
virtual event VSLangProj::_dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler ^ DesignTimeOutputDeleted;
public:
virtual event VSLangProj::_dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler ^ DesignTimeOutputDeleted;
public virtual event VSLangProj._dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler DesignTimeOutputDeleted;
member this.DesignTimeOutputDeleted : VSLangProj._dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler
Public Overridable Custom Event DesignTimeOutputDeleted As _dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler Implements DesignTimeOutputDeleted
Event Type
Implements
Remarks
Raised when a project item that generates a portable executable is deleted from the project.