IFileWatcherService.OnFileSystemChanged Property
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.
Event File system notification
public:
property Microsoft::VisualStudio::Workspace::AsyncEvent<System::IO::FileSystemEventArgs ^> ^ OnFileSystemChanged { Microsoft::VisualStudio::Workspace::AsyncEvent<System::IO::FileSystemEventArgs ^> ^ get(); void set(Microsoft::VisualStudio::Workspace::AsyncEvent<System::IO::FileSystemEventArgs ^> ^ value); };
public Microsoft.VisualStudio.Workspace.AsyncEvent<System.IO.FileSystemEventArgs> OnFileSystemChanged { get; set; }
public Microsoft.VisualStudio.Workspace.AsyncEvent<System.IO.FileSystemEventArgs>? OnFileSystemChanged { get; set; }
member this.OnFileSystemChanged : Microsoft.VisualStudio.Workspace.AsyncEvent<System.IO.FileSystemEventArgs> with get, set
Public Property OnFileSystemChanged As AsyncEvent(Of FileSystemEventArgs)