ReferencesEventsClass.ReferenceAdded Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs immediately after a reference is added to a project.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
virtual event VSLangProj::_dispReferencesEvents_ReferenceAddedEventHandler ^ ReferenceAdded;
public:
virtual event VSLangProj::_dispReferencesEvents_ReferenceAddedEventHandler ^ ReferenceAdded;
public virtual event VSLangProj._dispReferencesEvents_ReferenceAddedEventHandler ReferenceAdded;
member this.ReferenceAdded : VSLangProj._dispReferencesEvents_ReferenceAddedEventHandler
Public Overridable Custom Event ReferenceAdded As _dispReferencesEvents_ReferenceAddedEventHandler Implements ReferenceAdded
Event Type
Implements
Remarks
This event is not raised if the reference already exists in the project. Instead, the Add will raise an error.