ProjectReferencesEvent Enumeration

Specifies the COM dispatch identifier (DISPID) for ReferencesEvents.

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

Syntax

'Declaration
Public Enumeration ProjectReferencesEvent
public enum ProjectReferencesEvent
public enum class ProjectReferencesEvent
type ProjectReferencesEvent
public enum ProjectReferencesEvent

Members

Member name Description
RefsEvt_RefAdded Value = 1. Reference was added to a project.
RefsEvt_RefRemoved A project reference was removed.
RefsEvt_RefChanged A project reference has changed.

See Also

Reference

VSLangProj80 Namespace