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

WebReferencesEvents WebReferencesEvents { get; }
property WebReferencesEvents^ WebReferencesEvents {
    WebReferencesEvents^ get();
}
abstract WebReferencesEvents : WebReferencesEvents with get
ReadOnly Property WebReferencesEvents As WebReferencesEvents

Property Value

Type: VsWebSite.WebReferencesEvents

A WebReferencesEvents interface to a WebReferencesEventsClass object.

See Also

T:VsWebSite.VsWebSite
WebReferences
AssemblyReferencesEvents
WebServicesEvents
WebSiteMiscEvents
VSWebSiteEvents Interface
VsWebSite Namespace
Referencing Automation Assemblies and the DTE2 Object
(NIB) How to: Handle Events in a Macro

Return to top