_dispAssemblyReferencesEvents_AssemblyReferenceRemovedEventHandler Delegate

 

This API supports the product 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

[ComVisibleAttribute(false)]
public delegate void _dispAssemblyReferencesEvents_AssemblyReferenceRemovedEventHandler(
    AssemblyReference AssemblyReference
)
[ComVisibleAttribute(false)]
public delegate void _dispAssemblyReferencesEvents_AssemblyReferenceRemovedEventHandler(
    AssemblyReference^ AssemblyReference
)
[<ComVisibleAttribute(false)>]
type _dispAssemblyReferencesEvents_AssemblyReferenceRemovedEventHandler = 
    delegate of 
        AssemblyReference:AssemblyReference -> unit
<ComVisibleAttribute(False)>
Public Delegate Sub _dispAssemblyReferencesEvents_AssemblyReferenceRemovedEventHandler (
    AssemblyReference As AssemblyReference
)

Parameters

See Also

AssemblyReferencesEvents
VsWebSite Namespace

Return to top