Select to view content in your preferred language

Editing features using editor component

1010
1
08-19-2011 05:27 AM
RavindraSoman
Emerging Contributor
Hi,

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.


- Thanks
Tags (2)
0 Kudos
1 Reply
BjornSvensson
Esri Alum
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.

The DrawTool have two events:
http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tools/DrawTool.html#eventSummary

The EditTool have 20+ events:
http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tools/EditTool.html#eventSummary
0 Kudos