This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IS > ISearchEngineEvents Interface (ArcObjects .NET 10.5 SDK) |
Provides access to events that are fired by an ongoing search.
Description | ||
---|---|---|
ObjectFound | Fired when an object is found that satisfies the search criteria. | |
SearchCanceled | Fired when the search is explicitly canceled. | |
SearchFailed | Fired when the search terminates prematurely. | |
SearchFinished | Fired when the search is complete. | |
SearchLocationChanged | Fired when the search begins looking inside a new folder or other container. |
CoClasses and Classes | Description |
---|---|
CatalogSearchEngine | A search engine that looks in the Catalog for objects that match the search criteria. |
FileSystemXmlSearchEngine | A search engine that looks on the file system for XML files that match the search criteria. |
FindDialog | The Search dialog box. |
MetadataServiceEngine | Metadata Service Search Engine. |