IVsRunningDocTableEvents Interface
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)
Specify this interface in a call to the AdviseRunningDocTableEvents method of the IVsRunningDocumentTable interface.
The methods use a cookie representing the client requesting notification. You use the cookie in the call to the UnadviseRunningDocTableEvents method when the package no longer wants to listen to RDT events.
Other Interfaces
You may want to implement additional interfaces to get more event information:
-
To get more information about document renaming, implement the IVsRunningDocTableEvents2 interface.
-
To get more information before a document is saved, implement the IVsRunningDocTableEvents3 interface.
-
To receive notification before the first lock on a document is applied (giving you a chance to load the document), implement the IVsRunningDocTableEvents4 interface.