Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This class 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
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispWebSiteMiscEvents_OnBeforeFolderRefreshEventHandler ( _
pFolderBeingRefreshed As Object _
)
[ComVisibleAttribute(false)]
public delegate void _dispWebSiteMiscEvents_OnBeforeFolderRefreshEventHandler(
Object pFolderBeingRefreshed
)
[ComVisibleAttribute(false)]
public delegate void _dispWebSiteMiscEvents_OnBeforeFolderRefreshEventHandler(
[InAttribute] Object^ pFolderBeingRefreshed
)
[<ComVisibleAttribute(false)>]
type _dispWebSiteMiscEvents_OnBeforeFolderRefreshEventHandler =
delegate of
pFolderBeingRefreshed:Object -> unit
JScript does not support delegates.
Parameters
pFolderBeingRefreshed
Type: System.ObjectThe folder that is being refreshed.