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 OnWebReferenceChanged.
Namespace: VSLangProj80
Assembly: VSLangProj80 (in VSLangProj80.dll)
Syntax
'Declaration
Sub OnWebReferenceChanged ( _
pDispatch As Object _
)
'Usage
Dim instance As _dispVSLangProjWebReferencesEvents
Dim pDispatch As Object
instance.OnWebReferenceChanged(pDispatch)
void OnWebReferenceChanged(
Object pDispatch
)
void OnWebReferenceChanged(
[InAttribute] Object^ pDispatch
)
function OnWebReferenceChanged(
pDispatch : Object
)
Parameters
pDispatch
Type: System.Object
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
_dispVSLangProjWebReferencesEvents Interface