SolutionEvents.OnBeforeOpenSolution Event

Definition

Occurs on/before the solution is open.

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

Event Type

Applies to