ICacheInvalidator.InvalidateCache Event

Definition

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) 

Event Type

Applies to