Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For functionality, see OnAfterWebReferenceAdded.
Namespace: VSLangProj80
Assembly: VSLangProj80 (in VSLangProj80.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispVSLangProjWebReferencesEvents_OnAfterWebReferenceAddedEventHandler ( _
pDispatch As Object _
)
[ComVisibleAttribute(false)]
public delegate void _dispVSLangProjWebReferencesEvents_OnAfterWebReferenceAddedEventHandler(
Object pDispatch
)
[ComVisibleAttribute(false)]
public delegate void _dispVSLangProjWebReferencesEvents_OnAfterWebReferenceAddedEventHandler(
[InAttribute] Object^ pDispatch
)
[<ComVisibleAttribute(false)>]
type _dispVSLangProjWebReferencesEvents_OnAfterWebReferenceAddedEventHandler =
delegate of
pDispatch:Object -> unit
JScript does not support delegates.
Parameters
pDispatch
Type: System.Object