Share via


IVsOperationProgressStageStatus.InProgressChanged Event

Definition

Event that gets triggered when the stage becomes in progress or when it completes the scheduled work. Notifications are queued and triggered asynchronously, on a background thread and could be delayed. Subscribers can use the version number received via OperationProgressStatusChangedEventArgs in combination with Status to detect whether the notification is old. Whenever possible, it is recommended to use WaitForCompletionAsync() instead.

public:
 event EventHandler<Microsoft::VisualStudio::OperationProgress::OperationProgressStatusChangedEventArgs ^> ^ InProgressChanged;
event EventHandler<Microsoft.VisualStudio.OperationProgress.OperationProgressStatusChangedEventArgs> InProgressChanged;
member this.InProgressChanged : EventHandler<Microsoft.VisualStudio.OperationProgress.OperationProgressStatusChangedEventArgs> 
Event InProgressChanged As EventHandler(Of OperationProgressStatusChangedEventArgs) 

Event Type

Applies to