BuildManagerEvents Interface
Provides access to the events of the BuildManager. Use this object for functionality and refer to BuildManagerEventsClass for this object’s documentation.
Assembly: VSLangProj (in VSLangProj.dll)
| Name | Description | |
|---|---|---|
![]() | add_DesignTimeOutputDeleted(_dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispBuildManagerEvents_Event.) |
![]() | add_DesignTimeOutputDirty(_dispBuildManagerEvents_DesignTimeOutputDirtyEventHandler) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispBuildManagerEvents_Event.) |
![]() | remove_DesignTimeOutputDeleted(_dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispBuildManagerEvents_Event.) |
![]() | remove_DesignTimeOutputDirty(_dispBuildManagerEvents_DesignTimeOutputDirtyEventHandler) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispBuildManagerEvents_Event.) |
| Name | Description | |
|---|---|---|
![]() | DesignTimeOutputDeleted | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispBuildManagerEvents_Event.) |
![]() | DesignTimeOutputDirty | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.(Inherited from _dispBuildManagerEvents_Event.) |
BuildManager events are raised when project items that generate temporary portable executables are changed or deleted.

