SolutionEvents.OnQueryBackgroundLoadProjectBatch Event

Definition

Occurs when there is a query about batch loading the project in the background.

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

Event Type

Applies to