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.
Property | Description |
---|---|
GeocodeResults | Gets the set of selected ArcGIS.Desktop.Mapping.Geocoding.GeocodeResult objects in the LocatorControl. |
Requirements
Target Platforms: Windows 11, Windows 10
ArcGIS Pro version: 3 or higher.
See Also