_dispWebSiteMiscEvents Interface
This API supports the product 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
[GuidAttribute("B4C62092-F8DB-4CCA-9B73-5C7C56DF72AA")]
[InterfaceTypeAttribute(2)]
public interface _dispWebSiteMiscEvents
[GuidAttribute("B4C62092-F8DB-4CCA-9B73-5C7C56DF72AA")]
[InterfaceTypeAttribute(2)]
public interface class _dispWebSiteMiscEvents
[<GuidAttribute("B4C62092-F8DB-4CCA-9B73-5C7C56DF72AA")>]
[<InterfaceTypeAttribute(2)>]
type _dispWebSiteMiscEvents = interface end
<GuidAttribute("B4C62092-F8DB-4CCA-9B73-5C7C56DF72AA")>
<InterfaceTypeAttribute(2)>
Public Interface _dispWebSiteMiscEvents
Methods
Name | Description | |
---|---|---|
OnAfterFolderRefresh(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. |
|
OnBeforeFolderRefresh(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. |
See Also
WebSiteMiscEvents
VsWebSite Namespace
Return to top