_dispVCProjectEngineEvents_Event.SolutionLoaded Event

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

Occurs immediately after a solution is loaded.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
Event SolutionLoaded As _dispVCProjectEngineEvents_SolutionLoadedEventHandler
event _dispVCProjectEngineEvents_SolutionLoadedEventHandler SolutionLoaded
 event _dispVCProjectEngineEvents_SolutionLoadedEventHandler^ SolutionLoaded {
    void add (_dispVCProjectEngineEvents_SolutionLoadedEventHandler^ value);
    void remove (_dispVCProjectEngineEvents_SolutionLoadedEventHandler^ value);
}
abstract SolutionLoaded : IEvent<_dispVCProjectEngineEvents_SolutionLoadedEventHandler,
    EventArgs>
JScript does not support events.

.NET Framework Security

See Also

Reference

_dispVCProjectEngineEvents_Event Interface

Microsoft.VisualStudio.VCProjectEngine Namespace