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


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

ILocatorExtensionEvents.LocatorRemoved Event

Locator was removed from the ArcMap document.

[Visual Basic .NET]
Public Event LocatorRemoved As LocatorRemovedEventHandler
[C#]
public event LocatorRemovedEventHandler LocatorRemoved

Product Availability

Available with ArcGIS Desktop.

Remarks

The Category parameter is the category of the locator that was removed from the ArcMap document.

The Index property is the index of the locator that was removed from the LocatorExtension.

See Also

ILocatorExtensionEvents Interface | ILocatorExtension.Categories Property