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 OnBeforeWebReferenceRemoved.
Namespace: VSLangProj80
Assembly: VSLangProj80 (in VSLangProj80.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispVSLangProjWebReferencesEvents_OnBeforeWebReferenceRemovedEventHandler ( _
pDispatch As Object _
)
[ComVisibleAttribute(false)]
public delegate void _dispVSLangProjWebReferencesEvents_OnBeforeWebReferenceRemovedEventHandler(
Object pDispatch
)
[ComVisibleAttribute(false)]
public delegate void _dispVSLangProjWebReferencesEvents_OnBeforeWebReferenceRemovedEventHandler(
[InAttribute] Object^ pDispatch
)
[<ComVisibleAttribute(false)>]
type _dispVSLangProjWebReferencesEvents_OnBeforeWebReferenceRemovedEventHandler =
delegate of
pDispatch:Object -> unit
JScript does not support delegates.
Parameters
pDispatch
Type: System.Object