_dispWebReferencesEvents_WebReferenceChangedEventHandler Delegate
This API supports the product infrastructure and is not intended to be used directly from your code.
This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
[ComVisibleAttribute(false)]
public delegate void _dispWebReferencesEvents_WebReferenceChangedEventHandler(
WebReference WebReference
)
[ComVisibleAttribute(false)]
public delegate void _dispWebReferencesEvents_WebReferenceChangedEventHandler(
WebReference^ WebReference
)
[<ComVisibleAttribute(false)>]
type _dispWebReferencesEvents_WebReferenceChangedEventHandler =
delegate of
WebReference:WebReference -> unit
<ComVisibleAttribute(False)>
Public Delegate Sub _dispWebReferencesEvents_WebReferenceChangedEventHandler (
WebReference As WebReference
)
Parameters
WebReference
Type: VsWebSite.WebReferenceThe Web reference.
See Also
WebReferencesEvents
VsWebSite Namespace
Return to top