_dispWebSiteMiscEvents_Event 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

[ComVisibleAttribute(false)]
public interface _dispWebSiteMiscEvents_Event
[ComVisibleAttribute(false)]
public interface class _dispWebSiteMiscEvents_Event
[<ComVisibleAttribute(false)>]
type _dispWebSiteMiscEvents_Event = interface end
<ComVisibleAttribute(False)>
Public Interface _dispWebSiteMiscEvents_Event

Methods

Name Description
System_CAPS_pubmethod add_OnAfterFolderRefresh(_dispWebSiteMiscEvents_OnAfterFolderRefreshEventHandler)

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.

System_CAPS_pubmethod add_OnBeforeFolderRefresh(_dispWebSiteMiscEvents_OnBeforeFolderRefreshEventHandler)

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.

System_CAPS_pubmethod remove_OnAfterFolderRefresh(_dispWebSiteMiscEvents_OnAfterFolderRefreshEventHandler)

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.

System_CAPS_pubmethod remove_OnBeforeFolderRefresh(_dispWebSiteMiscEvents_OnBeforeFolderRefreshEventHandler)

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.

Events

Name Description
System_CAPS_pubevent OnAfterFolderRefresh

This API supports the product infrastructure and is not intended to be used directly from your code. This event supports the .NET Framework infrastructure and is not intended to be used directly from your code.

System_CAPS_pubevent OnBeforeFolderRefresh

This API supports the product infrastructure and is not intended to be used directly from your code. This event supports the .NET Framework infrastructure and is not intended to be used directly from your code.

See Also

WebSiteMiscEvents
VsWebSite Namespace

Return to top