_dispReferencesEvents_Event Interface
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: VSLangProj
Assembly: VSLangProj (in VSLangProj.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Interface _dispReferencesEvents_Event
[ComVisibleAttribute(false)]
public interface _dispReferencesEvents_Event
[ComVisibleAttribute(false)]
public interface class _dispReferencesEvents_Event
[<ComVisibleAttribute(false)>]
type _dispReferencesEvents_Event = interface end
public interface _dispReferencesEvents_Event
The _dispReferencesEvents_Event type exposes the following members.
Methods
Name | Description | |
---|---|---|
add_ReferenceAdded | Infrastructure. Microsoft Internal Use Only. | |
add_ReferenceChanged | Infrastructure. Microsoft Internal Use Only. | |
add_ReferenceRemoved | Infrastructure. Microsoft Internal Use Only. | |
remove_ReferenceAdded | Infrastructure. Microsoft Internal Use Only. | |
remove_ReferenceChanged | Infrastructure. Microsoft Internal Use Only. | |
remove_ReferenceRemoved | Infrastructure. Microsoft Internal Use Only. |
Top
Events
Name | Description | |
---|---|---|
ReferenceAdded | Infrastructure. Microsoft Internal Use Only. | |
ReferenceChanged | Infrastructure. Microsoft Internal Use Only. | |
ReferenceRemoved | Infrastructure. Microsoft Internal Use Only. |
Top