If there some way to prevent the editing of specific feature layer names using the sdk? Especially if those feature layers are part of a feature service. Perhaps an event that triggers when a user changes a layer name would work as well.
I want to remove potential inconsistent behavior in my add-in in the case the user accidentally renames layers that should remain unmodified.
Thank you in advance!
Solved! Go to Solution.
Hi,
You can listen for MapMemberPropertiesChangedEvent event to check when user changes a layer name.
Hi,
You can listen for MapMemberPropertiesChangedEvent event to check when user changes a layer name.