IFileSystemProvider.DirectoryEntryChanged 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.
Occurs when a file passed to WatchFileAsync(Uri, CancellationToken) or directory passed to WatchDirectoryAsync(Uri, Boolean, CancellationToken) changes.
public:
event EventHandler<Microsoft::VisualStudio::RpcContracts::FileSystem::DirectoryEntryChangedEventArgs ^> ^ DirectoryEntryChanged;
event EventHandler<Microsoft.VisualStudio.RpcContracts.FileSystem.DirectoryEntryChangedEventArgs> DirectoryEntryChanged;
event EventHandler<Microsoft.VisualStudio.RpcContracts.FileSystem.DirectoryEntryChangedEventArgs>? DirectoryEntryChanged;
member this.DirectoryEntryChanged : EventHandler<Microsoft.VisualStudio.RpcContracts.FileSystem.DirectoryEntryChangedEventArgs>
Event DirectoryEntryChanged As EventHandler(Of DirectoryEntryChangedEventArgs)