ArcGIS Pro 2.9 API Reference Guide
SelectedGeocodeResultChangedEventHandler Delegate

ArcGIS.Desktop.Mapping.Controls Namespace : SelectedGeocodeResultChangedEventHandler Delegate
The CoordinateSystemsControl instance
A SpatialReferenceChangedEventArgs with the selected spatial reference
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, Windows 8.1

See Also

Reference

SelectedGeocodeResultChangedEventHandler Members
ArcGIS.Desktop.Mapping.Controls Namespace