_dispReferencesEvents_Event.ReferenceRemoved Event

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
Event ReferenceRemoved As _dispReferencesEvents_ReferenceRemovedEventHandler
event _dispReferencesEvents_ReferenceRemovedEventHandler ReferenceRemoved
event _dispReferencesEvents_ReferenceRemovedEventHandler^ ReferenceRemoved {
    void add (_dispReferencesEvents_ReferenceRemovedEventHandler^ value);
    void remove (_dispReferencesEvents_ReferenceRemovedEventHandler^ value);
}
abstract ReferenceRemoved : IEvent<_dispReferencesEvents_ReferenceRemovedEventHandler,
    EventArgs>
JScript does not support events.

.NET Framework Security

See Also

Reference

_dispReferencesEvents_Event Interface

VSLangProj Namespace