Current locator for the ArcMap document was changed.
[Visual Basic 6.0] Event CurrentLocatorChanged(
ByVal category As String, _
ByVal index As Long _
)
[Visual Basic .NET] Public Event CurrentLocatorChanged As CurrentLocatorChangedEventHandler
[C#] public event CurrentLocatorChangedEventHandler CurrentLocatorChanged
Product Availability
Available with ArcGIS Desktop.
Description
The Category parameter is the category of the new current locator in the ArcMap document. Each category of locators represented by the categories in an ArcMap document has its own current locator.
The Index property is the index of the new current locator for the particular category.
See Also
ILocatorExtensionEvents Interface | ILocatorExtension.Categories Property