IWebClassLibProjectEvents Interface
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.
Provides web class library events.
public interface class IWebClassLibProjectEvents
public interface class IWebClassLibProjectEvents
__interface IWebClassLibProjectEvents
[System.Runtime.InteropServices.Guid("465BE4D1-B10C-4A7E-AFCF-3C55AD3EDAE3")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IWebClassLibProjectEvents
[<System.Runtime.InteropServices.Guid("465BE4D1-B10C-4A7E-AFCF-3C55AD3EDAE3")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IWebClassLibProjectEvents = interface
Public Interface IWebClassLibProjectEvents
- Attributes
Methods
OnFileAdded(String, Boolean) |
Occurs when a file is added. |
OnReferenceAdded(String) |
Occurs when a reference is added to the project. |
StartWebAdminTool() |
Starts the web admin tool. |