SolutionEvents.OnAfterOpenSolution Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)