BuildEventsClass.OnBuildProjConfigDone Event

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

Occurs after a project configuration build completes.

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

Syntax

'Declaration
Public Overridable Event OnBuildProjConfigDone As _dispBuildEvents_OnBuildProjConfigDoneEventHandler
public virtual event _dispBuildEvents_OnBuildProjConfigDoneEventHandler OnBuildProjConfigDone
public:
virtual   event _dispBuildEvents_OnBuildProjConfigDoneEventHandler^ OnBuildProjConfigDone {
    void add (_dispBuildEvents_OnBuildProjConfigDoneEventHandler^ value);
    void remove (_dispBuildEvents_OnBuildProjConfigDoneEventHandler^ value);
}
abstract OnBuildProjConfigDone : IEvent<_dispBuildEvents_OnBuildProjConfigDoneEventHandler,
    EventArgs>
override OnBuildProjConfigDone : IEvent<_dispBuildEvents_OnBuildProjConfigDoneEventHandler,
    EventArgs>
JScript does not support events.

Implements

_dispBuildEvents_Event.OnBuildProjConfigDone

.NET Framework Security

See Also

Reference

BuildEventsClass Class

EnvDTE Namespace