_dispWebSiteMiscEvents_SinkHelper.OnAfterFolderRefresh 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 OnAfterFolderRefresh ( _
A_1 As Object _
)
public virtual void OnAfterFolderRefresh(
Object A_1
)
public:
virtual void OnAfterFolderRefresh(
Object^ A_1
)
abstract OnAfterFolderRefresh :
A_1:Object -> unit
override OnAfterFolderRefresh :
A_1:Object -> unit
public function OnAfterFolderRefresh(
A_1 : Object
)
Parameters
- A_1
Type: System.Object
The folder that is being refreshed.
Implements
_dispWebSiteMiscEvents.OnAfterFolderRefresh(Object)
.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.