Monitors open project events.
The SolutionListenerForProjectOpen type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
SolutionListenerForProjectOpen | Initializes a new instance of SolutionListenerForProjectOpen. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Dispose | Overloaded. |
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
Init | Initializes the solution listener. (Inherited from SolutionListener.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
OnAfterAsynchOpenProject | Raised after a project has been opened asynchronously. (Inherited from SolutionListener.) |
![]() |
OnAfterChangeProjectParent | Raised after a project has been moved. (Inherited from SolutionListener.) |
![]() |
OnAfterCloseSolution | Raised after the solution has been closed. (Inherited from SolutionListener.) |
![]() |
OnAfterClosingChildren | Raised after closing all the nested projects owned by a parent hierarchy. (Inherited from SolutionListener.) |
![]() |
OnAfterLoadProject | Raised after the project is loaded. (Inherited from SolutionListener.) |
![]() |
OnAfterMergeSolution | Raised after all projects have been merged into the open solution. (Inherited from SolutionListener.) |
![]() |
OnAfterOpeningChildren | Raised after opening all nested projects. (Inherited from SolutionListener.) |
![]() |
OnAfterOpenProject | Fired after the project has been opened. (Overrides SolutionListener.OnAfterOpenProject(IVsHierarchy, Int32).) |
![]() |
OnAfterOpenSolution | (Overrides SolutionListener.OnAfterOpenSolution(Object, Int32).) |
![]() |
OnAfterRenameProject | Raised after the project has been renamed. (Inherited from SolutionListener.) |
![]() |
OnBeforeCloseProject | Raised before the project is closed. (Inherited from SolutionListener.) |
![]() |
OnBeforeCloseSolution | Raised before the solution is closed. (Inherited from SolutionListener.) |
![]() |
OnBeforeClosingChildren | Raised before the solution's subprojects are closed. (Inherited from SolutionListener.) |
![]() |
OnBeforeOpeningChildren | Raised before the solution's subprojects are opened. (Inherited from SolutionListener.) |
![]() |
OnBeforeUnloadProject | Raised before the project is unloaded. (Inherited from SolutionListener.) |
![]() |
OnQueryChangeProjectParent | Raised to ask listening clients whether a project can be moved from one parent to another in the solution explorer. (Inherited from SolutionListener.) |
![]() |
OnQueryCloseProject | Raised to ask listening clients whether the project can be closed. (Inherited from SolutionListener.) |
![]() |
OnQueryCloseSolution | Raised to ask listening clients whether the solution can be closed. (Inherited from SolutionListener.) |
![]() |
OnQueryUnloadProject | Raised to ask listening clients whether the project can be unloaded. (Inherited from SolutionListener.) |
![]() |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
EventsCookie | Gets the unique identifier used to unregister for events. (Inherited from SolutionListener.) |
![]() |
ServiceProvider | Gets the service provider associated with the solution. (Inherited from SolutionListener.) |
![]() |
Solution | Gets the solution. (Inherited from SolutionListener.) |
Top
.gif)
.gif)
.gif)