Select to view content in your preferred language

Is there a relationship between the edited Row and MapMember in a RowChangedEvent?

244
0
12-09-2022 11:07 AM
succip
by
New Contributor III

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

0 Kudos
0 Replies