IVsTaskEvents.OnMarkedAsBlocking Event

Definition

Raised when this task is marked as a blocking task for a wait on the main thread of Visual Studio.

public:
 event EventHandler<Microsoft::VisualStudio::Shell::BlockingTaskEventArgs ^> ^ OnMarkedAsBlocking;
event EventHandler<Microsoft.VisualStudio.Shell.BlockingTaskEventArgs> OnMarkedAsBlocking;
member this.OnMarkedAsBlocking : EventHandler<Microsoft.VisualStudio.Shell.BlockingTaskEventArgs> 
Event OnMarkedAsBlocking As EventHandler(Of BlockingTaskEventArgs) 

Event Type

Applies to