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
'Usage
Dim instance As VSWebSiteEvents 
Dim value As WebSiteMiscEvents 

value = instance.WebSiteMiscEvents
WebSiteMiscEvents WebSiteMiscEvents { get; }
property WebSiteMiscEvents^ WebSiteMiscEvents {
    WebSiteMiscEvents^ get ();
}
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

VSWebSiteEvents Members

VsWebSite Namespace

VsWebSite

DTE

AssemblyReferencesEvents

WebReferencesEvents

WebServicesEvents

Other Resources

Referencing Automation Assemblies and the DTE2 Object

How to: Handle Events in a Macro