_dispWebSiteMiscEvents Interface
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
<GuidAttribute("B4C62092-F8DB-4CCA-9B73-5C7C56DF72AA")> _
<InterfaceTypeAttribute()> _
Public Interface _dispWebSiteMiscEvents
[GuidAttribute("B4C62092-F8DB-4CCA-9B73-5C7C56DF72AA")]
[InterfaceTypeAttribute()]
public interface _dispWebSiteMiscEvents
[GuidAttribute(L"B4C62092-F8DB-4CCA-9B73-5C7C56DF72AA")]
[InterfaceTypeAttribute()]
public interface class _dispWebSiteMiscEvents
[<GuidAttribute("B4C62092-F8DB-4CCA-9B73-5C7C56DF72AA")>]
[<InterfaceTypeAttribute()>]
type _dispWebSiteMiscEvents = interface end
public interface _dispWebSiteMiscEvents
The _dispWebSiteMiscEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
OnAfterFolderRefresh | Infrastructure. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
OnBeforeFolderRefresh | Infrastructure. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Top