Refer to this community sample.
When I changed the current z coord system into <None> value, SelectedSpatialReferenceChanged event does not fire up. If other coord is selected rather than <None> or null value, that event is fired.
Would like to check how to capture that change event.
CoordSysDialog.xml.cs
this.CoordinateSystemsControl.SelectedSpatialReferenceChanged += (s, args) => {
_vm.SelectedSpatialReference = args.SpatialReference;
};
Hi
Thanks for reporting this one - I see the issue also. I will follow up with the development team to address this.
Thanks!
Uma