ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping.Controls Namespace / LocatorControl Class / SelectedGeocodeResultsChanged Event

In This Topic
    SelectedGeocodeResultsChanged Event
    In This Topic
    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

    ArcGIS Pro version: 3 or higher.
    See Also