ProjectsEventsClass::ItemAdded Event
Visual Studio 2015
This API supports the product infrastructure and is not intended to be used directly from your code.
Occurs immediately after you add a project to a solution or an item to a project.
Assembly: EnvDTE (in EnvDTE.dll)
public: event _dispProjectsEvents_ItemAddedEventHandler^ ItemAdded { virtual void add(_dispProjectsEvents_ItemAddedEventHandler^ value); virtual void remove(_dispProjectsEvents_ItemAddedEventHandler^ value); }
Implements
_dispProjectsEvents_Event::ItemAdded
Show: