ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping.Controls Namespace / SelectedGeocodeResultChangedEventHandler Delegate
The CoordinateSystemsControl instance
A SpatialReferenceChangedEventArgs with the selected spatial reference

In This Topic
    SelectedGeocodeResultChangedEventHandler Delegate
    In This Topic
    Callback for the Selected event of the CoordinateSystemsControl
    Syntax
    public delegate void SelectedGeocodeResultChangedEventHandler( 
       object sender,
       SelectedGeocodeResultsChangedEventArgs args
    )
    Public Delegate Sub SelectedGeocodeResultChangedEventHandler( _
       ByVal sender As Object, _
       ByVal args As SelectedGeocodeResultsChangedEventArgs _
    ) 

    Parameters

    sender
    The CoordinateSystemsControl instance
    args
    A SpatialReferenceChangedEventArgs with the selected spatial reference
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also