_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
Public method add_ReferenceAdded Infrastructure. Microsoft Internal Use Only.
Public method add_ReferenceChanged Infrastructure. Microsoft Internal Use Only.
Public method add_ReferenceRemoved Infrastructure. Microsoft Internal Use Only.
Public method remove_ReferenceAdded Infrastructure. Microsoft Internal Use Only.
Public method remove_ReferenceChanged Infrastructure. Microsoft Internal Use Only.
Public method remove_ReferenceRemoved Infrastructure. Microsoft Internal Use Only.

Top

Events

  Name Description
Public event ReferenceAdded Infrastructure. Microsoft Internal Use Only.
Public event ReferenceChanged Infrastructure. Microsoft Internal Use Only.
Public event ReferenceRemoved Infrastructure. Microsoft Internal Use Only.

Top

See Also

Reference

VSLangProj Namespace