IFileSystemProvider.DirectoryEntryChanged Event

Definition

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) 

Event Type

Applies to