ArcObjects Library Reference (LocationUI)  

ILocatorExtensionEvents.LocatorAdded Event

Locator was added to the ArcMap document.

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