ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping.Controls Namespace / LocatorControl Class / LocatorChanged Event
Version

    LocatorChanged Event (LocatorControl)
    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
    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