_dispReferencesEvents_Event.add_ReferenceAdded Method
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.
Microsoft Internal Use Only.
public:
void add_ReferenceAdded(VSLangProj::_dispReferencesEvents_ReferenceAddedEventHandler ^ A_1);
public:
void add_ReferenceAdded(VSLangProj::_dispReferencesEvents_ReferenceAddedEventHandler ^ value);
public void add_ReferenceAdded (VSLangProj._dispReferencesEvents_ReferenceAddedEventHandler A_1);
public void add_ReferenceAdded (VSLangProj._dispReferencesEvents_ReferenceAddedEventHandler value);
abstract member add_ReferenceAdded : VSLangProj._dispReferencesEvents_ReferenceAddedEventHandler -> unit
Public Sub add_ReferenceAdded (A_1 As _dispReferencesEvents_ReferenceAddedEventHandler)
Public Sub add_ReferenceAdded (value As _dispReferencesEvents_ReferenceAddedEventHandler)