_dispWebSiteMiscEvents_Event Interface

Definition

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

public interface class _dispWebSiteMiscEvents_Event
[System.Runtime.InteropServices.ComEventInterface(typeof(VsWebSite._dispWebSiteMiscEvents), typeof(VsWebSite._dispWebSiteMiscEvents_EventProvider))]
[System.Runtime.InteropServices.ComVisible(false)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FHidden)]
public interface _dispWebSiteMiscEvents_Event
[<System.Runtime.InteropServices.ComEventInterface(typeof(VsWebSite._dispWebSiteMiscEvents), typeof(VsWebSite._dispWebSiteMiscEvents_EventProvider))>]
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FHidden)>]
type _dispWebSiteMiscEvents_Event = interface
Public Interface _dispWebSiteMiscEvents_Event
Derived
Attributes

Methods

add_OnAfterFolderRefresh(_dispWebSiteMiscEvents_OnAfterFolderRefreshEventHandler)

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

add_OnBeforeFolderRefresh(_dispWebSiteMiscEvents_OnBeforeFolderRefreshEventHandler)

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

remove_OnAfterFolderRefresh(_dispWebSiteMiscEvents_OnAfterFolderRefreshEventHandler)

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

remove_OnBeforeFolderRefresh(_dispWebSiteMiscEvents_OnBeforeFolderRefreshEventHandler)

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

Events

OnAfterFolderRefresh

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

OnBeforeFolderRefresh

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

Applies to