WebSiteMiscEventsClass Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents miscellaneous events for a VSWebSite. Use the WebSiteMiscEvents object obtained from the WebSiteMiscEvents property to access the functionality of this class. Do not instantiate from this class.
public ref class WebSiteMiscEventsClass : VsWebSite::WebSiteMiscEvents
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComSourceInterfaces("VsWebSite._dispWebSiteMiscEvents\0")]
[System.Runtime.InteropServices.Guid("BC6984AB-D661-4B5E-A0CB-6DFD5FE2DDF4")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class WebSiteMiscEventsClass : VsWebSite.WebSiteMiscEvents
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.ComSourceInterfaces("VsWebSite._dispWebSiteMiscEvents\0")>]
[<System.Runtime.InteropServices.Guid("BC6984AB-D661-4B5E-A0CB-6DFD5FE2DDF4")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type WebSiteMiscEventsClass = class
interface _WebSiteMiscEvents
interface WebSiteMiscEvents
interface _dispWebSiteMiscEvents_Event
Public Class WebSiteMiscEventsClass
Implements WebSiteMiscEvents
- Inheritance
-
WebSiteMiscEventsClass
- Attributes
- Implements
Constructors
WebSiteMiscEventsClass() |
For internal use only. This class accesses the functionality provided by WebSiteMiscEvents. Do not instantiate from this class. |
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 |
Occurs after a folder in the Web site has been refreshed. |
OnBeforeFolderRefresh |
Occurs before a folder in the Web site is refreshed. |