SolutionEvents.OnBeforeClosingChildren Event

Definition

Occurs on/before the solution's children are closed.

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

Event Type

Applies to