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


ILocatorExtensionEvents.LocatorAdded Event (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 > ILocatorExtensionEvents.LocatorAdded Event
ArcGIS Developer Help

ILocatorExtensionEvents.LocatorAdded Event

Locator was added to the ArcMap document.

[Visual Basic .NET]
Public Event LocatorAdded As LocatorAddedEventHandler
[C#]
public event LocatorAddedEventHandler LocatorAdded

Product Availability

Available with ArcGIS Desktop.

Remarks

The Category parameter is the category of the locator that was added to the ArcMap document.

The Locator parameter is a reference to the locator that was added.

The Index property is the index of the locator that was added to the LocatorExtension.

See Also

ILocatorExtensionEvents Interface | ILocatorExtension.Categories Property