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


ILocatorEvents Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IL > ILocatorEvents Interface
ArcGIS Developer Help

ILocatorEvents Interface

Provides access to members to respond to locator management operations.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

The ILocatorEvents interface is implemented by all locators. ArcObjects applications call the methods on the ILocatorEvents interface when one of the following management functions is performed: Copy; Create; Delete; or Rename. The locator implements its specific behavior in response to these management operations. Typically, a LocatorWorkspace object will call methods on the ILocatorEvents interface.

Members

Name Description
Method OnBuild Responds to the client building or rebuilding the locator.
Method OnCopy Responds to the client copying the locator.
Method OnDelete Responds to the client deleting the locator.
Method OnRename Responds to the client renaming the locator.

Classes that implement ILocatorEvents

Classes Description