We are trying to replace the old class extension from ArcObjects.
The Pro way is to get the layer events (create/change).
I found this post: https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-fire-up-editing-event/m-p/1082368#M6933
The problem is that the pro events is by layer. If I subscribe when I open the document to all layers that should be handled the user can add a layer afterword.
Do you think it make sense to get the LayersAdded event and to use it to subscribe any new layer to the editing events?
Thanks