ArcObjects Library Reference (Location)  

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

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.