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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.