ReferencesEventsClass::ReferenceAdded Event
Visual Studio 2015
This API supports the product infrastructure and is not intended to be used directly from your code.
Occurs immediately after a reference is added to a project.
Assembly: VSLangProj (in VSLangProj.dll)
public: event _dispReferencesEvents_ReferenceAddedEventHandler^ ReferenceAdded { virtual void add(_dispReferencesEvents_ReferenceAddedEventHandler^ value); virtual void remove(_dispReferencesEvents_ReferenceAddedEventHandler^ value); }
This event is not raised if the reference already exists in the project. Instead, the Add will raise an error.
Show: