WebSiteMiscEvents Interface

Definition

Represents the events for a VSWebSite object. Use this class to access the functionality provided by WebSiteMiscEventsClass.

public interface class WebSiteMiscEvents : VsWebSite::_dispWebSiteMiscEvents_Event, VsWebSite::_WebSiteMiscEvents
[System.Runtime.InteropServices.CoClass(typeof(VsWebSite.WebSiteMiscEventsClass))]
[System.Runtime.InteropServices.Guid("9D9D4002-3258-4EBB-BF58-AF62C3890990")]
public interface WebSiteMiscEvents : VsWebSite._dispWebSiteMiscEvents_Event, VsWebSite._WebSiteMiscEvents
[<System.Runtime.InteropServices.CoClass(typeof(VsWebSite.WebSiteMiscEventsClass))>]
[<System.Runtime.InteropServices.Guid("9D9D4002-3258-4EBB-BF58-AF62C3890990")>]
type WebSiteMiscEvents = interface
    interface _WebSiteMiscEvents
    interface _dispWebSiteMiscEvents_Event
Public Interface WebSiteMiscEvents
Implements _dispWebSiteMiscEvents_Event, _WebSiteMiscEvents
Derived
Attributes
Implements

Methods

add_OnAfterFolderRefresh(_dispWebSiteMiscEvents_OnAfterFolderRefreshEventHandler)

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

(Inherited from _dispWebSiteMiscEvents_Event)
add_OnBeforeFolderRefresh(_dispWebSiteMiscEvents_OnBeforeFolderRefreshEventHandler)

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

(Inherited from _dispWebSiteMiscEvents_Event)
remove_OnAfterFolderRefresh(_dispWebSiteMiscEvents_OnAfterFolderRefreshEventHandler)

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

(Inherited from _dispWebSiteMiscEvents_Event)
remove_OnBeforeFolderRefresh(_dispWebSiteMiscEvents_OnBeforeFolderRefreshEventHandler)

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

(Inherited from _dispWebSiteMiscEvents_Event)

Events

OnAfterFolderRefresh

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

(Inherited from _dispWebSiteMiscEvents_Event)
OnBeforeFolderRefresh

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

(Inherited from _dispWebSiteMiscEvents_Event)

Applies to