Public Event SelectedGeocodeResultsChanged As SelectedGeocodeResultChangedEventHandler
public event SelectedGeocodeResultChangedEventHandler SelectedGeocodeResultsChanged
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.
| Property | Description |
|---|---|
| GeocodeResults | Gets the set of selected ArcGIS.Desktop.Mapping.Geocoding.GeocodeResult objects in the LocatorControl. |
Requirements
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)
ArcGIS Pro version: 3.0 or higher.
See Also