Provides web class library events.
Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("465BE4D1-B10C-4A7E-AFCF-3C55AD3EDAE3")> _
Public Interface IWebClassLibProjectEvents
[InterfaceTypeAttribute()]
[GuidAttribute("465BE4D1-B10C-4A7E-AFCF-3C55AD3EDAE3")]
public interface IWebClassLibProjectEvents
[InterfaceTypeAttribute()]
[GuidAttribute(L"465BE4D1-B10C-4A7E-AFCF-3C55AD3EDAE3")]
public interface class IWebClassLibProjectEvents
[<InterfaceTypeAttribute()>]
[<GuidAttribute("465BE4D1-B10C-4A7E-AFCF-3C55AD3EDAE3")>]
type IWebClassLibProjectEvents =  interface end
public interface IWebClassLibProjectEvents
The IWebClassLibProjectEvents type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | OnFileAdded | Occurs when a file is added. | 
| .gif) | OnReferenceAdded | Occurs when a reference is added to the project. | 
| .gif) | StartWebAdminTool | Starts the web admin tool. | 
Top