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


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

ILocatorExtensionEvents Interface

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

Name Description
Method AllLocatorsRemoved All locators were removed from the ArcMap document.
Method CategoryRemoved Category of locators was removed from the ArcMap document.
Method CurrentLocatorChanged Current locator for the ArcMap document was changed.
Method LocatorAdded Locator was added to the ArcMap document.
Method LocatorRemoved Locator was removed from the ArcMap document.

Classes that implement ILocatorExtensionEvents

Classes Description
FindAddresses A plug-in for the Find dialog that finds addresses on a map.
LocatorExtension An extension for locators in ArcMap.