ReferencesEventsClass.ReferenceChanged 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 modified in a project.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
virtual event VSLangProj::_dispReferencesEvents_ReferenceChangedEventHandler ^ ReferenceChanged;
public:
virtual event VSLangProj::_dispReferencesEvents_ReferenceChangedEventHandler ^ ReferenceChanged;
public virtual event VSLangProj._dispReferencesEvents_ReferenceChangedEventHandler ReferenceChanged;
member this.ReferenceChanged : VSLangProj._dispReferencesEvents_ReferenceChangedEventHandler
Public Overridable Custom Event ReferenceChanged As _dispReferencesEvents_ReferenceChangedEventHandler Implements ReferenceChanged
Event Type
Implements
Remarks
This event is raised when the CopyLocal property is changed, as CopyLocal is the only writable property of an existing Reference object.