VSWebSiteEvents::WebSiteMiscEvents Property

 

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

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

property WebSiteMiscEvents^ WebSiteMiscEvents {
	WebSiteMiscEvents^ get();
}

Property Value

Type: VsWebSite::WebSiteMiscEvents^

A WebSiteMiscEvents interface to a WebSiteMiscEvents object.

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

Return to top
Show: