ICacheInvalidator.InvalidateCache Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When raised, it informs the cache that its content is invalid, and starts to update it with the given strategy.
event EventHandler<Microsoft.VisualStudio.Shell.Internal.FileEnumerationService.CacheInvalidationEventArgs> InvalidateCache;
member this.InvalidateCache : EventHandler<Microsoft.VisualStudio.Shell.Internal.FileEnumerationService.CacheInvalidationEventArgs>
Event InvalidateCache As EventHandler(Of CacheInvalidationEventArgs)