Share via


_dispWebReferencesEvents_WebReferenceAddedEventHandler 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_WebReferenceAddedEventHandler ( _
    WebReference As WebReference _
)
'Usage
Dim instance As New _dispWebReferencesEvents_WebReferenceAddedEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void _dispWebReferencesEvents_WebReferenceAddedEventHandler(
    WebReference WebReference
)
[ComVisibleAttribute(false)]
public delegate void _dispWebReferencesEvents_WebReferenceAddedEventHandler(
    [InAttribute] WebReference^ WebReference
)
JScript does not support delegates.

Parameters

See Also

Reference

VsWebSite Namespace

WebReferencesEvents