When the user changes the name of the data frame or the name of a layer in the table of contents, I need to catch this event in order to update my internal state. Is it possible to catch these events?
Thanks,
Martin
Regarding property changes to layers, check out - Layer.PropertyChanged Event - for DisplayName maybe? I'm not sure about the data frame...