IVsCommonMessagePumpClientEvents Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
| Name | Description | |
|---|---|---|
![]() | OnAfterMessageProcessed(Boolean) | Called after every window message is processed by the Visual Studio common message pump implementation. |
![]() | OnHandleSignaled(UInt32, Boolean) | The event is raised when a handle is signaled. Client implementations should decide if the wait can continue based on which handle(s) have been signaled so far. |
![]() | OnTimeout(Boolean) | Raised when a time-out elapses. |
Show:
