IFileWatcherService.OnBatchFileSystemChanged Property

Definition

Batch Event File system notification

public:
 property Microsoft::VisualStudio::Workspace::AsyncEvent<Microsoft::VisualStudio::Workspace::BatchFileSystemEventArgs ^> ^ OnBatchFileSystemChanged { Microsoft::VisualStudio::Workspace::AsyncEvent<Microsoft::VisualStudio::Workspace::BatchFileSystemEventArgs ^> ^ get(); void set(Microsoft::VisualStudio::Workspace::AsyncEvent<Microsoft::VisualStudio::Workspace::BatchFileSystemEventArgs ^> ^ value); };
public Microsoft.VisualStudio.Workspace.AsyncEvent<Microsoft.VisualStudio.Workspace.BatchFileSystemEventArgs> OnBatchFileSystemChanged { get; set; }
public Microsoft.VisualStudio.Workspace.AsyncEvent<Microsoft.VisualStudio.Workspace.BatchFileSystemEventArgs>? OnBatchFileSystemChanged { get; set; }
member this.OnBatchFileSystemChanged : Microsoft.VisualStudio.Workspace.AsyncEvent<Microsoft.VisualStudio.Workspace.BatchFileSystemEventArgs> with get, set
Public Property OnBatchFileSystemChanged As AsyncEvent(Of BatchFileSystemEventArgs)

Property Value

Applies to