ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping.Geocoding Namespace / LocatorManager Class / LocatorChanged Event

In This Topic
    LocatorChanged Event (LocatorManager)
    In This Topic
    The LocatorChanged event is raised when the locator providers are altered. A change consists of one of the following : locators are addded, locators are removed, locator order changes or their UseSuggestions, Enable flags are altered.
    Syntax
    public event LocatorChangedEventHandler LocatorChanged
    Public Event LocatorChanged As LocatorChangedEventHandler
    Event Data

    The event handler receives an argument of type LocatorChangedEventArgs containing data related to this event. The following LocatorChangedEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the change which caused the LocatorChanged event to be thrown.  
    Gets the locator provider name.  
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also