SolutionEvents.OnBeforeClosingChildren 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/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)