SolutionEvents.OnAfterOpenSolution Event

Definition

Occurs on/after the solution is open.

public:
 static event EventHandler<Microsoft::VisualStudio::Shell::Events::OpenSolutionEventArgs ^> ^ OnAfterOpenSolution;
public static event EventHandler<Microsoft.VisualStudio.Shell.Events.OpenSolutionEventArgs> OnAfterOpenSolution;
member this.OnAfterOpenSolution : EventHandler<Microsoft.VisualStudio.Shell.Events.OpenSolutionEventArgs> 
Public Shared Custom Event OnAfterOpenSolution As EventHandler(Of OpenSolutionEventArgs) 

Event Type

Applies to