_dispVSLangProjWebReferencesEvents_OnWebReferenceChangedEventHandler Delegate

For functionality, see OnWebReferenceChanged.

Namespace:  VSLangProj80
Assembly:  VSLangProj80 (in VSLangProj80.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispVSLangProjWebReferencesEvents_OnWebReferenceChangedEventHandler ( _
    pDispatch As Object _
)
[ComVisibleAttribute(false)]
public delegate void _dispVSLangProjWebReferencesEvents_OnWebReferenceChangedEventHandler(
    Object pDispatch
)
[ComVisibleAttribute(false)]
public delegate void _dispVSLangProjWebReferencesEvents_OnWebReferenceChangedEventHandler(
    [InAttribute] Object^ pDispatch
)
[<ComVisibleAttribute(false)>]
type _dispVSLangProjWebReferencesEvents_OnWebReferenceChangedEventHandler = 
    delegate of  
        pDispatch:Object -> unit
JScript does not support delegates.

Parameters

See Also

Reference

VSLangProj80 Namespace