Share via


IWorkProgressHandler.WorkCanceled Event

Definition

An event that will be invoked by VS to notify the extension when user clicks to cancel the running work.

event EventHandler<Microsoft.VisualStudio.RpcContracts.ProgressReporting.WorkCanceledEventArgs> WorkCanceled;
member this.WorkCanceled : EventHandler<Microsoft.VisualStudio.RpcContracts.ProgressReporting.WorkCanceledEventArgs> 
Event WorkCanceled As EventHandler(Of WorkCanceledEventArgs) 

Event Type

Applies to