Share via


_dispAssemblyReferencesEvents_AssemblyReferenceRemovedEventHandler Delegate

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

This class 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
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispAssemblyReferencesEvents_AssemblyReferenceRemovedEventHandler ( _
    AssemblyReference As AssemblyReference _
)
'Usage
Dim instance As New _dispAssemblyReferencesEvents_AssemblyReferenceRemovedEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void _dispAssemblyReferencesEvents_AssemblyReferenceRemovedEventHandler(
    AssemblyReference AssemblyReference
)
[ComVisibleAttribute(false)]
public delegate void _dispAssemblyReferencesEvents_AssemblyReferenceRemovedEventHandler(
    [InAttribute] AssemblyReference^ AssemblyReference
)
JScript does not support delegates.

Parameters

See Also

Reference

VsWebSite Namespace

AssemblyReferencesEvents