Share via


ActionableSolutionListener.AfterOpenProjectEvent Event

Event to raise after opening a project.

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 AfterOpenProjectEvent As ActionableSolutionListener..::..OnAfterOpenProjectEventHandler
'Usage
Dim instance As ActionableSolutionListener
Dim handler As ActionableSolutionListener..::..OnAfterOpenProjectEventHandler

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

.NET Framework Security

See Also

Reference

ActionableSolutionListener Class

ActionableSolutionListener Members

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