Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raised when a reference in this container is modified.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Automation
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Event ReferenceChanged As _dispReferencesEvents_ReferenceChangedEventHandler
'Usage
Dim instance As OAReferences
Dim handler As _dispReferencesEvents_ReferenceChangedEventHandler
AddHandler instance.ReferenceChanged, handler
public event _dispReferencesEvents_ReferenceChangedEventHandler ReferenceChanged
public:
virtual event _dispReferencesEvents_ReferenceChangedEventHandler^ ReferenceChanged {
void add (_dispReferencesEvents_ReferenceChangedEventHandler^ value);
void remove (_dispReferencesEvents_ReferenceChangedEventHandler^ value);
}
JScript does not support events.
Implements
_dispReferencesEvents_Event.ReferenceChanged
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Automation Namespace