ArcGIS Pro 3.7 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 Sub SelectedGeocodeResultChangedEventHandler( _
       ByVal sender As Object, _
       ByVal args As SelectedGeocodeResultsChangedEventArgs _
    ) 
    public delegate void SelectedGeocodeResultChangedEventHandler( 
       object sender,
       SelectedGeocodeResultsChangedEventArgs args
    )

    Parameters

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

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also