Share via


_dispAssemblyReferencesEvents_AssemblyReferenceRemovedEventHandler Delegate

Definition

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

public delegate void _dispAssemblyReferencesEvents_AssemblyReferenceRemovedEventHandler(AssemblyReference ^ AssemblyReference);
[System.Runtime.InteropServices.ComVisible(false)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FHidden)]
public delegate void _dispAssemblyReferencesEvents_AssemblyReferenceRemovedEventHandler(AssemblyReference AssemblyReference);
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FHidden)>]
type _dispAssemblyReferencesEvents_AssemblyReferenceRemovedEventHandler = delegate of AssemblyReference -> unit
Public Delegate Sub _dispAssemblyReferencesEvents_AssemblyReferenceRemovedEventHandler(AssemblyReference As AssemblyReference)

Parameters

AssemblyReference
AssemblyReference

The assembly reference.

Attributes

Applies to