1. GroupDocs.Search
  2. /
  3. GroupDocs.Search for .NET
  4. /
  5. GroupDocs.Search.Scaling.Events
  6. /
  7. NodeEventHub
  8. /
  9. IndexingProgressChanged

IndexingProgressChanged

NodeEventHub.IndexingProgressChanged event

Occurs when the progress of the indexing operation has changed.

public event EventHandler<NetworkIndexingProgressEventArgs> IndexingProgressChanged;

See Also