IVsThreadedWaitDialogCallback Interface

Definition

Enables the client to receive events about changes to the threaded wait dialog.

public interface class IVsThreadedWaitDialogCallback
public interface class IVsThreadedWaitDialogCallback
__interface IVsThreadedWaitDialogCallback
public interface IVsThreadedWaitDialogCallback
[System.Runtime.InteropServices.Guid("F5CAF6E8-AD40-4D9D-8366-A919F03CA969")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsThreadedWaitDialogCallback
type IVsThreadedWaitDialogCallback = interface
[<System.Runtime.InteropServices.Guid("F5CAF6E8-AD40-4D9D-8366-A919F03CA969")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsThreadedWaitDialogCallback = interface
Public Interface IVsThreadedWaitDialogCallback
Attributes

Methods

OnCanceled()

Notification fired when user cancels the threaded wait dialog.

Applies to