VSWebSiteEvents.WebSiteMiscEvents Property

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

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

Syntax

'Declaration
ReadOnly Property WebSiteMiscEvents As WebSiteMiscEvents
    Get
WebSiteMiscEvents WebSiteMiscEvents { get; }
property WebSiteMiscEvents^ WebSiteMiscEvents {
    WebSiteMiscEvents^ get ();
}
abstract WebSiteMiscEvents : WebSiteMiscEvents
function get WebSiteMiscEvents () : 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.

.NET Framework Security

See Also

Reference

VSWebSiteEvents Interface

VsWebSite Namespace

VsWebSite

DTE

AssemblyReferencesEvents

WebReferencesEvents

WebServicesEvents

Other Resources

Referencing Automation Assemblies and the DTE2 Object

How to: Handle Events in a Macro