ReferencesEventsClass::ReferenceChanged Event

 

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

Occurs immediately after a reference is modified in a project.

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

public:
event _dispReferencesEvents_ReferenceChangedEventHandler^ ReferenceChanged {
	virtual void add(_dispReferencesEvents_ReferenceChangedEventHandler^ value);
	virtual void remove(_dispReferencesEvents_ReferenceChangedEventHandler^ value);
}

This event is raised when the CopyLocal property is changed, as CopyLocal is the only writable property of an existing Reference object.

Return to top
Show: