IVsFileChangeEvents Interface
Notifies clients when selected files have been changed on disk.
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)
AVSPackage must call AdviseFileChange to receive IVsFileChangeEvents.
See illustrations of the implementation and/or calling of this interface in the Basic Edit Sample and Figures Project Sample samples.
Notes to Implementers Projects and editors are notified of changes to files by being clients of SVsFileChangeEx, and should implement IVsFileChangeEvents.