Package | Description |
---|---|
com.groupdocs.search.events |
The package provides classes of event arguments.
|
Modifier and Type | Field and Description |
---|---|
Event<EventHandler<IndexErrorEventArgs>> |
EventHub.ErrorOccurred
Occurs when an error happens during an index operation.
|
Event<EventHandler<FileIndexingEventArgs>> |
EventHub.FileIndexing
Occurs when a document is going to be indexed.
|
Event<EventHandler<OperationFinishedEventArgs>> |
EventHub.OperationFinished
Occurs when an index operation is finished.
|
Event<EventHandler<OperationProgressEventArgs>> |
EventHub.OperationProgressChanged
Occurs when the progress of indexing or update operation is changed.
|
Event<EventHandler<PasswordRequiredEventArgs>> |
EventHub.PasswordRequired
Occurs when a document requires password for opening.
|
Event<EventHandler<SearchPhaseEventArgs>> |
EventHub.SearchPhaseCompleted
Occurs when the search phase is completed.
|
Event<EventHandler<BaseIndexEventArgs>> |
EventHub.StatusChanged
Occurs when the index status changes.
|