The active annotation target does not persist when refreshing the 'esriArcMapUI.StandardToolBar' during the onStopEdit event.
上次发布: January 2, 2017ArcObjects SDK
漏洞 ID 编号
BUG-000099948
已提交
October 7, 2016
上次修改时间
December 12, 2024
适用范围
ArcObjects SDK
找到的版本
10.2.1
操作系统
Windows OS
操作系统版本
7
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
We cannot alter the internal behavior of OnStopEditing because it would break other areas of the software.
We recommend the following alternatives to overcome the problem:
1- Use IEditEvents2.OnSaveEdits event instead of IEditEvents.OnStopEditing
2- Use BeginInvoke to delay the execution of required logic until the event is fully executed.