Share via


_dispWebSiteMiscEvents_SinkHelper.OnBeforeFolderRefresh Method

This API supports the .NET Framework 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

'Declaration
Public Overridable Sub OnBeforeFolderRefresh ( _
    A_1 As Object _
)
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 function OnBeforeFolderRefresh(
    A_1 : Object
)

Parameters

Implements

_dispWebSiteMiscEvents.OnBeforeFolderRefresh(Object)

.NET Framework Security

See Also

Reference

_dispWebSiteMiscEvents_SinkHelper Class

VsWebSite Namespace

WebSiteMiscEvents