BuildManagerEventsClass.DesignTimeOutputDirty 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 custom tool that results in a portable executable being generated or updated is run on a project item.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
virtual event VSLangProj::_dispBuildManagerEvents_DesignTimeOutputDirtyEventHandler ^ DesignTimeOutputDirty;
public:
virtual event VSLangProj::_dispBuildManagerEvents_DesignTimeOutputDirtyEventHandler ^ DesignTimeOutputDirty;
public virtual event VSLangProj._dispBuildManagerEvents_DesignTimeOutputDirtyEventHandler DesignTimeOutputDirty;
member this.DesignTimeOutputDirty : VSLangProj._dispBuildManagerEvents_DesignTimeOutputDirtyEventHandler
Public Overridable Custom Event DesignTimeOutputDirty As _dispBuildManagerEvents_DesignTimeOutputDirtyEventHandler Implements DesignTimeOutputDirty
Event Type
Implements
Remarks
The DesignTimeOutputDirty
event is raised whenever the custom tool is run. The custom tool is run when any of the following happen:
The custom tool property is set or changed for project item.
The project item file is saved.
The custom tool namespace property changes.