ArcGIS Pro 2.9 API Reference Guide
SelectedGeocodeResultsChanged Event

ArcGIS.Desktop.Mapping.Controls Namespace > LocatorControl Class : SelectedGeocodeResultsChanged Event
The SelectedGeocodeResultChanged event is raised when the geocode result selection is changed in the control UI
Syntax
public event SelectedGeocodeResultChangedEventHandler SelectedGeocodeResultsChanged
Public Event SelectedGeocodeResultsChanged As SelectedGeocodeResultChangedEventHandler
Event Data

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

PropertyDescription
Gets the set of selected ArcGIS.Desktop.Mapping.Geocoding.GeocodeResult objects in the LocatorControl.  
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also