Share via


ActionableSolutionListener.AfterOpenSolutionEvent Event

Event to raise after opening 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 AfterOpenSolutionEvent As ActionableSolutionListener..::..OnAfterOpenSolutionEventHandler
'Usage
Dim instance As ActionableSolutionListener
Dim handler As ActionableSolutionListener..::..OnAfterOpenSolutionEventHandler

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

.NET Framework Security

See Also

Reference

ActionableSolutionListener Class

ActionableSolutionListener Members

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