SolutionEvents.OnQueryUnloadProject Event

Definition

Occurs when there is a query about unloading the project.

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

Event Type

Applies to