_dispWebSiteMiscEvents_SinkHelper.OnBeforeFolderRefresh Method (Object)
This API supports the product infrastructure and is not intended to be used directly from your code.
This method 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
public virtual void OnBeforeFolderRefresh(
object A_1
)
public:
virtual void OnBeforeFolderRefresh(
Object^ A_1
)
abstract OnBeforeFolderRefresh :
A_1:Object -> unit
override OnBeforeFolderRefresh :
A_1:Object -> unit
Public Overridable Sub OnBeforeFolderRefresh (
A_1 As Object
)
Parameters
A_1
Type: System.ObjectThe folder that is being refreshed.
Implements
_dispWebSiteMiscEvents.OnBeforeFolderRefresh(Object)
See Also
WebSiteMiscEvents
_dispWebSiteMiscEvents_SinkHelper Class
VsWebSite Namespace
Return to top