VSWebSiteEvents.WebReferencesEvents Property

Gets a reference to events for the WebReferences collection property in a Web site project.

Namespace:  VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

'Declaration
ReadOnly Property WebReferencesEvents As WebReferencesEvents
'Usage
Dim instance As VSWebSiteEvents 
Dim value As WebReferencesEvents 

value = instance.WebReferencesEvents
WebReferencesEvents WebReferencesEvents { get; }
property WebReferencesEvents^ WebReferencesEvents {
    WebReferencesEvents^ get ();
}
function get WebReferencesEvents () : WebReferencesEvents

Property Value

Type: VsWebSite.WebReferencesEvents
A WebReferencesEvents interface to a WebReferencesEventsClass object.

.NET Framework Security

See Also

Reference

VSWebSiteEvents Interface

VSWebSiteEvents Members

VsWebSite Namespace

VsWebSite

WebReferences

AssemblyReferencesEvents

WebServicesEvents

WebSiteMiscEvents

Other Resources

Referencing Automation Assemblies and the DTE2 Object

How to: Handle Events in a Macro