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 _
)
'Usage
Dim instance As New _dispVSLangProjWebReferencesEvents_OnAfterWebReferenceAddedEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void _dispVSLangProjWebReferencesEvents_OnAfterWebReferenceAddedEventHandler(
Object pDispatch
)
[ComVisibleAttribute(false)]
public delegate void _dispVSLangProjWebReferencesEvents_OnAfterWebReferenceAddedEventHandler(
[InAttribute] Object^ pDispatch
)
JScript does not support delegates.
Parameters
pDispatch
Type: System.Object