Share via


ActionableSolutionListener.BeforeCloseSolutionEvent Event

Event to raise before closing a solution.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Event BeforeCloseSolutionEvent As ActionableSolutionListener..::..OnBeforeCloseSolutionEventHandler
'Usage
Dim instance As ActionableSolutionListener
Dim handler As ActionableSolutionListener..::..OnBeforeCloseSolutionEventHandler

AddHandler instance.BeforeCloseSolutionEvent, handler
public event ActionableSolutionListener..::..OnBeforeCloseSolutionEventHandler BeforeCloseSolutionEvent
public:
 event ActionableSolutionListener..::..OnBeforeCloseSolutionEventHandler^ BeforeCloseSolutionEvent {
    void add (ActionableSolutionListener..::..OnBeforeCloseSolutionEventHandler^ value);
    void remove (ActionableSolutionListener..::..OnBeforeCloseSolutionEventHandler^ value);
}
JScript does not support events.
member BeforeCloseSolutionEvent : IEvent<ActionableSolutionListener..::..OnBeforeCloseSolutionEventHandler,
    EventArgs>

.NET Framework Security

See Also

Reference

ActionableSolutionListener Class

ActionableSolutionListener Members

Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities Namespace