1. GroupDocs.Search
  2. /
  3. GroupDocs.Search for .NET
  4. /
  5. GroupDocs.Search.Scaling.Events
  6. /
  7. DocumentDeletedEventArgs

DocumentDeletedEventArgs

DocumentDeletedEventArgs class

Represents arguments for the event of a document deletion is finished.

public class DocumentDeletedEventArgs : EventArgs

Properties

Name Description
DocumentKey { get; } Gets the document key.
ShardIndex { get; } Gets the shard index.

See Also