<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Edit Operation Not Enabling Undo in ArcGIS Pro in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/edit-operation-not-enabling-undo-in-arcgis-pro/m-p/1715534#M13590</link>
    <description>&lt;P&gt;All -&lt;/P&gt;&lt;P&gt;I've been trying to find my problem for days and am stuck.&amp;nbsp; &amp;nbsp;The attached snippet has code that updates feature attributes inside an Edit Operation.&amp;nbsp; &amp;nbsp;When executed the updates are applied as expected, but the ArcGIS Pro "Undo" does not become enabled.&lt;/P&gt;&lt;P&gt;The crux of the code is below.&amp;nbsp; &amp;nbsp;The code is attached.&lt;/P&gt;&lt;P&gt;Any suggestions would be GREATLY appreciated.&lt;/P&gt;&lt;P&gt;Thx,&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;&lt;P&gt;---------------------------------------------------------&lt;/P&gt;&lt;P&gt;EditOperation editOperation = new EditOperation() { Name = "Roll Phases" };&lt;BR /&gt;editOperation.Callback(context =&amp;gt;&lt;BR /&gt;{&lt;/P&gt;&lt;P&gt;// update stuff&lt;/P&gt;&lt;P&gt;}, listOfFeatureClasses);&lt;/P&gt;&lt;P&gt;try&lt;BR /&gt;{&lt;BR /&gt;bool creationResult = await editOperation.ExecuteAsync();&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;catch (GeodatabaseException geoex)&lt;BR /&gt;{}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Jul 2026 14:23:27 GMT</pubDate>
    <dc:creator>EdwardBlair</dc:creator>
    <dc:date>2026-07-21T14:23:27Z</dc:date>
    <item>
      <title>Edit Operation Not Enabling Undo in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/edit-operation-not-enabling-undo-in-arcgis-pro/m-p/1715534#M13590</link>
      <description>&lt;P&gt;All -&lt;/P&gt;&lt;P&gt;I've been trying to find my problem for days and am stuck.&amp;nbsp; &amp;nbsp;The attached snippet has code that updates feature attributes inside an Edit Operation.&amp;nbsp; &amp;nbsp;When executed the updates are applied as expected, but the ArcGIS Pro "Undo" does not become enabled.&lt;/P&gt;&lt;P&gt;The crux of the code is below.&amp;nbsp; &amp;nbsp;The code is attached.&lt;/P&gt;&lt;P&gt;Any suggestions would be GREATLY appreciated.&lt;/P&gt;&lt;P&gt;Thx,&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;&lt;P&gt;---------------------------------------------------------&lt;/P&gt;&lt;P&gt;EditOperation editOperation = new EditOperation() { Name = "Roll Phases" };&lt;BR /&gt;editOperation.Callback(context =&amp;gt;&lt;BR /&gt;{&lt;/P&gt;&lt;P&gt;// update stuff&lt;/P&gt;&lt;P&gt;}, listOfFeatureClasses);&lt;/P&gt;&lt;P&gt;try&lt;BR /&gt;{&lt;BR /&gt;bool creationResult = await editOperation.ExecuteAsync();&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;catch (GeodatabaseException geoex)&lt;BR /&gt;{}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2026 14:23:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/edit-operation-not-enabling-undo-in-arcgis-pro/m-p/1715534#M13590</guid>
      <dc:creator>EdwardBlair</dc:creator>
      <dc:date>2026-07-21T14:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Operation Not Enabling Undo in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/edit-operation-not-enabling-undo-in-arcgis-pro/m-p/1715733#M13592</link>
      <description>&lt;P&gt;All -&lt;/P&gt;&lt;P&gt;The code above is being executed from an ArcPro DockPanel.&lt;/P&gt;&lt;P&gt;I realized I have similar code -- that works -- which is being executed from an Pro Window.&amp;nbsp; &amp;nbsp;So... I took the code from the DockPanel and implemented within a new Pro Window.&amp;nbsp; &amp;nbsp;And it works!&amp;nbsp; &amp;nbsp;The data updates are made and the Undo button is enabled.&lt;/P&gt;&lt;P&gt;If anyone has a clue on why this is the case, I would really like to understand what is going on.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2026 00:14:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/edit-operation-not-enabling-undo-in-arcgis-pro/m-p/1715733#M13592</guid>
      <dc:creator>EdwardBlair</dc:creator>
      <dc:date>2026-07-22T00:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Operation Not Enabling Undo in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/edit-operation-not-enabling-undo-in-arcgis-pro/m-p/1715735#M13593</link>
      <description>&lt;P&gt;I should have further explained that the DockPane implementation follows the MVVM pattern -- as seems to be recommended.&amp;nbsp; &amp;nbsp;The logic in the Pro Window is defined in the code behind.&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2026 00:17:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/edit-operation-not-enabling-undo-in-arcgis-pro/m-p/1715735#M13593</guid>
      <dc:creator>EdwardBlair</dc:creator>
      <dc:date>2026-07-22T00:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Operation Not Enabling Undo in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/edit-operation-not-enabling-undo-in-arcgis-pro/m-p/1715755#M13594</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Take a look to that &lt;A href="https://community.esri.com/t5/arcgis-pro-sdk-questions/odd-undo-behavior-inside-of-dockpane/m-p/1323903#M10265" target="_self"&gt;thread&lt;/A&gt;. It is related to dockpane and undo.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2026 05:23:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/edit-operation-not-enabling-undo-in-arcgis-pro/m-p/1715755#M13594</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2026-07-22T05:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: Edit Operation Not Enabling Undo in ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/edit-operation-not-enabling-undo-in-arcgis-pro/m-p/1715807#M13595</link>
      <description>&lt;P&gt;Boom!&amp;nbsp; Just like that..&amp;nbsp; it works.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2026 13:11:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/edit-operation-not-enabling-undo-in-arcgis-pro/m-p/1715807#M13595</guid>
      <dc:creator>EdwardBlair</dc:creator>
      <dc:date>2026-07-22T13:11:42Z</dc:date>
    </item>
  </channel>
</rss>

