I'm hoping to get the MapMember from a RowChangedEventArgs row property, i.e. I want to identify the layer being edited to identify it in an Inspector later in my code. For the RowCreatedEvent I used EditingTemplate.Current.MapMember, but I can't find an equivalent for the RowChangedEvent.
I could search through all the layers and find one that matches the feature class, but that's not guaranteed to be the row that's being edited (user could have multiple feature layers with the same class).
Any guidance is appreciated!
Thank you