ArcGIS Pro 2.8 API Reference Guide
SelectedSpatialReferenceChanged Event

ArcGIS.Desktop.Mapping.Controls Namespace > CoordinateSystemsControl Class : SelectedSpatialReferenceChanged Event
The SpatialReferenceChanged event is raised when the SpatialReference selection is changed in the control UI
Syntax
public event SpatialReferenceChangedEventHandler SelectedSpatialReferenceChanged
Public Event SelectedSpatialReferenceChanged As SpatialReferenceChangedEventHandler
Event Data

The event handler receives an argument of type SpatialReferenceChangedEventArgs containing data related to this event. The following SpatialReferenceChangedEventArgs properties provide information specific to this event.

PropertyDescription
Gets the selected SpatialReference  
Remarks
The SelectedSpatialReference dependency property can also be used for notification of the SpatialReference selection changing.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also