Hi,
We can subscribe the RowChangedEvent for all the layers by looping through FeatureLayers in the Map. But I need to Unsubscribe the RowChangeEvent after the first event from all the layers. I could done with a single layer, but If I'm subscribing multiple layers, I can't unsubscribe by RowChangedEvent.Unsubscripe(_rowChangeToken). Any suggestions?