Select to view content in your preferred language

About Editor_EditCompleted ...

5509
31
02-23-2011 06:47 AM
MarcoRosa
Emerging Contributor
Hi to all,
i'm using the editor tool and Editor_EditCompleted event: after selection this event it's fired 2 times , the first time e.Action value is "Select" , the second time the value is "Cancel".
It's correct this behaviour ?

Thank u very much
GP
0 Kudos
31 Replies
JenniferNery
Esri Regular Contributor
A possible workaround is to subscribe to FeatureLayer.PropertyChanged event. SelectedGraphics or SelectionCount are two properties that will be raised when graphic.Selected property changes. The sender of this event is the FeatureLayer that contained the graphic that was deleted by Editor.Select.

Unfortunately, I don't have information on the next release. v2.2 is still in beta state and we'd like to encourage our users to participate in the beta community. The bug fix for this was put in post-beta.
0 Kudos
MarcoRosa
Emerging Contributor
Thank u for suggest , i let u know 🙂
have nice weekend
Bye G
0 Kudos