Can anyone tell me which events are fired when we update any feature on feature layer using editor component? for example while adding a feature, an event which is fired is DRAW_END.
When you are adding features, it's using the DrawTool and when you are editing/deleting it is using the EditTool. The latter probably has what you are looking for.