_dispSolutionEvents_Event Interface

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Interface _dispSolutionEvents_Event
[ComVisibleAttribute(false)]
public interface _dispSolutionEvents_Event
[ComVisibleAttribute(false)]
public interface class _dispSolutionEvents_Event
[<ComVisibleAttribute(false)>]
type _dispSolutionEvents_Event =  interface end
public interface _dispSolutionEvents_Event

The _dispSolutionEvents_Event type exposes the following members.

Methods

  Name Description
Public method add_AfterClosing Infrastructure. Microsoft Internal Use Only.
Public method add_BeforeClosing Infrastructure. Microsoft Internal Use Only.
Public method add_Opened Infrastructure. Microsoft Internal Use Only.
Public method add_ProjectAdded Infrastructure. Microsoft Internal Use Only.
Public method add_ProjectRemoved Infrastructure. Microsoft Internal Use Only.
Public method add_ProjectRenamed Infrastructure. Microsoft Internal Use Only.
Public method add_QueryCloseSolution Infrastructure. Microsoft Internal Use Only.
Public method add_Renamed Infrastructure. Microsoft Internal Use Only.
Public method remove_AfterClosing Infrastructure. Microsoft Internal Use Only.
Public method remove_BeforeClosing Infrastructure. Microsoft Internal Use Only.
Public method remove_Opened Infrastructure. Microsoft Internal Use Only.
Public method remove_ProjectAdded Infrastructure. Microsoft Internal Use Only.
Public method remove_ProjectRemoved Infrastructure. Microsoft Internal Use Only.
Public method remove_ProjectRenamed Infrastructure. Microsoft Internal Use Only.
Public method remove_QueryCloseSolution Infrastructure. Microsoft Internal Use Only.
Public method remove_Renamed Infrastructure. Microsoft Internal Use Only.

Top

Events

  Name Description
Public event AfterClosing Infrastructure. Microsoft Internal Use Only.
Public event BeforeClosing Infrastructure. Microsoft Internal Use Only.
Public event Opened Infrastructure. Microsoft Internal Use Only.
Public event ProjectAdded Infrastructure. Microsoft Internal Use Only.
Public event ProjectRemoved Infrastructure. Microsoft Internal Use Only.
Public event ProjectRenamed Infrastructure. Microsoft Internal Use Only.
Public event QueryCloseSolution Infrastructure. Microsoft Internal Use Only.
Public event Renamed Infrastructure. Microsoft Internal Use Only.

Top

Remarks

The SolutionEvents object can go out of scope and be garbage collected before the solution is closed. To retain a reference to this object, declare a private variable in the class in which you implement the solution event handlers.

See Also

Reference

EnvDTE Namespace