IVsThreadedWaitDialogCallback.OnCanceled Method

Definition

Notification fired when user cancels the threaded wait dialog.

public:
 void OnCanceled();
public:
 void OnCanceled();
void OnCanceled();
public void OnCanceled ();
abstract member OnCanceled : unit -> unit
Public Sub OnCanceled ()

Remarks

This method is called from a threaded wait dialog background thread without marshaling, so the implementation of this interface must be prepared to be called from any thread.

Applies to