I am trying to edit a field whenever an edit occurs on a feature layer, however when I make the edit the OnEditCompletedEvent fires again because of my edit. This also causes problems with undo, because anytime I undo something the OnEditCompletedEvent fires so if I undo my edit, it just gets re-edited back in. Is there any way around this?