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
    Get
WebReferencesEvents WebReferencesEvents { get; }
property WebReferencesEvents^ WebReferencesEvents {
    WebReferencesEvents^ get ();
}
abstract WebReferencesEvents : WebReferencesEvents
function get WebReferencesEvents () : WebReferencesEvents

Property Value

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

.NET Framework Security

See Also

Reference

VSWebSiteEvents Interface

VsWebSite Namespace

VsWebSite

WebReferences

AssemblyReferencesEvents

WebServicesEvents

WebSiteMiscEvents

Other Resources

Referencing Automation Assemblies and the DTE2 Object

How to: Handle Events in a Macro