Select to view content in your preferred language

Event for renaming map

105
1
Wednesday
Vidar
by
Occasional Contributor II

Hi,

What event should I subscribe to if I want to catch when someone is renaming a Map title in the TOC?

I've tried listening to ActivePaneChangedEvent and ActiveMapViewChangedEvent, but it doesnt trigger on renaming a Map.

If anyone can help, it would be much appreciated.

Tags (1)
0 Kudos
1 Reply
GKmieliauskas
Esri Regular Contributor

Hi,

You need to subscribe to MapPropertyChangedEvent.

EventHints will show Name property

GKmieliauskas_0-1718827044163.png

 

0 Kudos