_dispWebSiteMiscEvents_Event 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
<ComVisibleAttribute(False)> _
Public Interface _dispWebSiteMiscEvents_Event
[ComVisibleAttribute(false)]
public interface _dispWebSiteMiscEvents_Event
[ComVisibleAttribute(false)]
public interface class _dispWebSiteMiscEvents_Event
[<ComVisibleAttribute(false)>]
type _dispWebSiteMiscEvents_Event = interface end
public interface _dispWebSiteMiscEvents_Event
The _dispWebSiteMiscEvents_Event type exposes the following members.
Methods
Name | Description | |
---|---|---|
add_OnAfterFolderRefresh | Infrastructure. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
add_OnBeforeFolderRefresh | Infrastructure. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
remove_OnAfterFolderRefresh | Infrastructure. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
remove_OnBeforeFolderRefresh | Infrastructure. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Top
Events
Name | Description | |
---|---|---|
OnAfterFolderRefresh | Infrastructure. This event supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
OnBeforeFolderRefresh | Infrastructure. This event supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Top