VSWebSiteEvents.WebSiteMiscEvents Property

 

Gets a reference to miscellaneous events in a Web site project.

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

Syntax

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

Property Value

Type: VsWebSite.WebSiteMiscEvents

A WebSiteMiscEvents interface to a WebSiteMiscEvents object.

Remarks

Currently, the only events available with this property are OnBeforeFolderRefresh and OnAfterFolderRefresh.

See Also

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

Return to top