_dispWebReferencesEvents_WebReferenceRemovedEventHandler 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 _dispWebReferencesEvents_WebReferenceRemovedEventHandler ( _
    WebReference As WebReference _
)
[ComVisibleAttribute(false)]
public delegate void _dispWebReferencesEvents_WebReferenceRemovedEventHandler(
    WebReference WebReference
)
[ComVisibleAttribute(false)]
public delegate void _dispWebReferencesEvents_WebReferenceRemovedEventHandler(
    [InAttribute] WebReference^ WebReference
)
[<ComVisibleAttribute(false)>]
type _dispWebReferencesEvents_WebReferenceRemovedEventHandler = 
    delegate of 
        WebReference:WebReference -> unit
JScript does not support delegates.

Parameters

See Also

Reference

VsWebSite Namespace

WebReferencesEvents