_dispAssemblyReferencesEvents_Event.AssemblyReferenceAdded Event
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This event supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
Event AssemblyReferenceAdded As _dispAssemblyReferencesEvents_AssemblyReferenceAddedEventHandler
'Usage
Dim instance As _dispAssemblyReferencesEvents_Event
Dim handler As _dispAssemblyReferencesEvents_AssemblyReferenceAddedEventHandler
AddHandler instance.AssemblyReferenceAdded, handler
event _dispAssemblyReferencesEvents_AssemblyReferenceAddedEventHandler AssemblyReferenceAdded
event _dispAssemblyReferencesEvents_AssemblyReferenceAddedEventHandler^ AssemblyReferenceAdded {
void add (_dispAssemblyReferencesEvents_AssemblyReferenceAddedEventHandler^ value);
void remove (_dispAssemblyReferencesEvents_AssemblyReferenceAddedEventHandler^ value);
}
JScript does not support events.
.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
_dispAssemblyReferencesEvents_Event Interface