Delen via


_dispWebSiteMiscEvents_Event.OnAfterFolderRefresh Event

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

This event supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Event OnAfterFolderRefresh As _dispWebSiteMiscEvents_OnAfterFolderRefreshEventHandler
'Usage
Dim instance As _dispWebSiteMiscEvents_Event 
Dim handler As _dispWebSiteMiscEvents_OnAfterFolderRefreshEventHandler 

AddHandler instance.OnAfterFolderRefresh, handler
event _dispWebSiteMiscEvents_OnAfterFolderRefreshEventHandler OnAfterFolderRefresh
event _dispWebSiteMiscEvents_OnAfterFolderRefreshEventHandler^ OnAfterFolderRefresh {
    void add (_dispWebSiteMiscEvents_OnAfterFolderRefreshEventHandler^ value);
    void remove (_dispWebSiteMiscEvents_OnAfterFolderRefreshEventHandler^ value);
}
JScript does not support events.

.NET Framework Security

See Also

Reference

_dispWebSiteMiscEvents_Event Interface

_dispWebSiteMiscEvents_Event Members

VsWebSite Namespace

WebSiteMiscEvents