BuildManagerEventsClass::DesignTimeOutputDirty Event

 

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

Raised when a custom tool that results in a portable executable being generated or updated is run on a project item.

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

public:
event _dispBuildManagerEvents_DesignTimeOutputDirtyEventHandler^ DesignTimeOutputDirty {
	virtual void add(_dispBuildManagerEvents_DesignTimeOutputDirtyEventHandler^ value);
	virtual void remove(_dispBuildManagerEvents_DesignTimeOutputDirtyEventHandler^ value);
}

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.

Return to top
Show: