BuildManagerEventsClass.DesignTimeOutputDirty Event

Definition

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.

Applies to