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.
Property | Description |
---|---|
SpatialReference | Gets the selected SpatialReference |
Remarks
The SelectedSpatialReference dependency property can also be used for notification
of the SpatialReference selection changing.
Requirements
Target Platforms: Windows 11, Windows 10
ArcGIS Pro version: 3 or higher.
See Also