IVsTaskListEvents Interface
Provides an event set for events related to the task list.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)
When an event occurs that is related to a method of this interface, the task list queries each registered task provider to determine whether it supports this interface. If so, the notification method related to the event is called on the task provider.
See illustrations of the calling of this interface in the sample Figures Language Service Sample.
Notes to Callers Task providers should call this interface if they need to know when any events occur that are handled by the methods of this interface.