<?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 Are Edits Performed in a RowDeletedEvent Handler Wrapped in the Edit Operation that Deleted the Row?  in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/are-edits-performed-in-a-rowdeletedevent-handler/m-p/880251#M5629</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm writing an addin that requires a series of cascading adds/deletes to related tables whenever the user deletes a feature from a particular layer.&amp;nbsp; If I have code that creates and deletes other rows within the RowDeletedEvent handler (see screenshot below), will those adds and deletes become part of the&amp;nbsp;original edit operation?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/398040_pastedImage_1.png" style="width: 620px; height: 80px;" /&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 04 Mar 2018 16:57:41 GMT</pubDate>
    <dc:creator>ChrisSaylor</dc:creator>
    <dc:date>2018-03-04T16:57:41Z</dc:date>
    <item>
      <title>Are Edits Performed in a RowDeletedEvent Handler Wrapped in the Edit Operation that Deleted the Row?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/are-edits-performed-in-a-rowdeletedevent-handler/m-p/880251#M5629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm writing an addin that requires a series of cascading adds/deletes to related tables whenever the user deletes a feature from a particular layer.&amp;nbsp; If I have code that creates and deletes other rows within the RowDeletedEvent handler (see screenshot below), will those adds and deletes become part of the&amp;nbsp;original edit operation?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/398040_pastedImage_1.png" style="width: 620px; height: 80px;" /&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Mar 2018 16:57:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/are-edits-performed-in-a-rowdeletedevent-handler/m-p/880251#M5629</guid>
      <dc:creator>ChrisSaylor</dc:creator>
      <dc:date>2018-03-04T16:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Are Edits Performed in a RowDeletedEvent Handler Wrapped in the Edit Operation that Deleted the Row?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/are-edits-performed-in-a-rowdeletedevent-handler/m-p/880252#M5630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;You need to use CreateChainedOperation() if you want to do additional editing in the same operation. More info you will find here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/esri/arcgis-pro-sdk/wiki/ProConcepts-Editing"&gt;https://github.com/esri/arcgis-pro-sdk/wiki/ProConcepts-Editing&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2018 06:57:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/are-edits-performed-in-a-rowdeletedevent-handler/m-p/880252#M5630</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2018-03-05T06:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Are Edits Performed in a RowDeletedEvent Handler Wrapped in the Edit Operation that Deleted the Row?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/are-edits-performed-in-a-rowdeletedevent-handler/m-p/880253#M5631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris, It depends on the nature of the edit and the data source.&lt;/P&gt;&lt;P&gt;Generally, If the additional edits occur on tables in the same workspace as the edit operation and they are versioned then yes, the edits will be part of the current edit operation for the purposes of undo/redo, save and discard. For non-versioned tables, the edit will go through without the undo/redo/save/discard capability.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2018 17:21:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/are-edits-performed-in-a-rowdeletedevent-handler/m-p/880253#M5631</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-03-06T17:21:01Z</dc:date>
    </item>
  </channel>
</rss>

