Provides access to events that occur when locators are added to or removed from an ArcMap document.
Product Availability
Available with ArcGIS Desktop.
When To Use
Use the ILocatorExtensionEvents interface when you want to respond to changes in the set of locators in an ArcMap document.
Members
Description | ||
---|---|---|
AllLocatorsRemoved | All locators were removed from the ArcMap document. | |
CategoryRemoved | Category of locators was removed from the ArcMap document. | |
CurrentLocatorChanged | Current locator for the ArcMap document was changed. | |
LocatorAdded | Locator was added to the ArcMap document. | |
LocatorRemoved | Locator was removed from the ArcMap document. |
CoClasses that implement ILocatorExtensionEvents
CoClasses and Classes | Description |
---|---|
FindAddresses | A plug-in for the Find dialog that finds addresses on a map. |
LocatorExtension | An extension for locators in ArcMap. |