ArcGIS Pro 2.8 API Reference Guide
LocatorChanged Event (LocatorControl)

ArcGIS.Desktop.Mapping.Controls Namespace > LocatorControl Class : LocatorChanged Event
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 10, Windows 8.1

See Also