This document is archived and information here might be outdated.  Recommended version.


ISearchEngineEvents Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IS > ISearchEngineEvents Interface
ArcGIS Developer Help

ISearchEngineEvents Interface

Provides access to events that are fired by an ongoing search.

Product Availability

Available with ArcGIS Desktop.

Members

Name Description
Method ObjectFound Fired when an object is found that satisfies the search criteria.
Method SearchCanceled Fired when the search is explicitly canceled.
Method SearchFailed Fired when the search terminates prematurely.
Method SearchFinished Fired when the search is complete.
Method SearchLocationChanged Fired when the search begins looking inside a new folder or other container.

Classes that implement ISearchEngineEvents

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.