This document is archived and information here might be outdated. Recommended version. |
Provides access to members to respond to locator management operations.
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.
Name | Description | |
---|---|---|
OnBuild | Responds to the client building or rebuilding the locator. | |
OnCopy | Responds to the client copying the locator. | |
OnDelete | Responds to the client deleting the locator. | |
OnRename | Responds to the client renaming the locator. |
CoClasses and Classes | Description |
---|