IVsThreadedWaitDialogCallback.OnCanceled Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.