ProjectReferencesEvent Enum
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.
Specifies the COM dispatch identifier (DISPID) for ReferencesEvents.
public enum class ProjectReferencesEvent
public enum class ProjectReferencesEvent
enum ProjectReferencesEvent
public enum ProjectReferencesEvent
type ProjectReferencesEvent =
Public Enum ProjectReferencesEvent
- Inheritance
-
ProjectReferencesEvent
Fields
Name | Value | Description |
---|---|---|
RefsEvt_RefAdded | 1 | Value = 1. Reference was added to a project. |
RefsEvt_RefRemoved | 2 | A project reference was removed. |
RefsEvt_RefChanged | 3 | A project reference has changed. |