ArcObjects Library Reference (LocationUI)  

ILocatorExtensionEvents.LocatorRemoved Event

Locator was removed from the ArcMap document.

[Visual Basic 6.0]
Event LocatorRemoved(
    ByVal category As String, _
    ByVal index As Long _
)
[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