Share via


IProjectEvents Interface

This class and its members are reserved for internal use and are not intended to be used in your code. Defines the events that are internally defined for communication with other subsytems.

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
<ComVisibleAttribute(True)> _
Public Interface IProjectEvents
'Usage
Dim instance As IProjectEvents
[ComVisibleAttribute(true)]
public interface IProjectEvents
[ComVisibleAttribute(true)]
public interface class IProjectEvents
[<ComVisibleAttribute(true)>]
type IProjectEvents =  interface end
public interface IProjectEvents

The IProjectEvents type exposes the following members.

Events

  Name Description
Public event AfterProjectFileOpened Event raised just after the project file opened.

Top

See Also

Reference

Microsoft.VisualStudio.Data.Tools.Package.Project.Internal Namespace