<?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 Re: How to fire up editing event? in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-fire-up-editing-event/m-p/1083021#M6944</link>
    <description>&lt;P&gt;Thanks.&amp;nbsp; Will give this a try.&lt;/P&gt;&lt;P&gt;I assume &lt;SPAN&gt;RowCreatedEvent works on both feature and table records.....&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Jul 2021 12:57:04 GMT</pubDate>
    <dc:creator>YinghongLi1</dc:creator>
    <dc:date>2021-07-27T12:57:04Z</dc:date>
    <item>
      <title>How to fire up editing event?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-fire-up-editing-event/m-p/1082368#M6933</link>
      <description>&lt;P&gt;Here is how this works in ArcGIS:&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; create an editor event class to have code in onFeatureCreation and onFeatureChange.&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; the editor event class is called in IExtention class Start method.&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; When user does editing work,&amp;nbsp; the code in editor event class fire up automatically.&lt;/P&gt;&lt;P&gt;I want to find a way in AG Pro SDK so certain tasks can be performed when a feature is created or modified.&amp;nbsp; These tasks can not be done using attribute rule and editor tracking functions.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jul 2021 21:18:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-fire-up-editing-event/m-p/1082368#M6933</guid>
      <dc:creator>YinghongLi1</dc:creator>
      <dc:date>2021-07-23T21:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to fire up editing event?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-fire-up-editing-event/m-p/1082914#M6941</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The equivalent Pro events are &lt;A href="https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/#topic9824.html" target="_self"&gt;RowCreatedEvent&lt;/A&gt; and &lt;A href="https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/#topic9808.html" target="_self"&gt;RowChangedEvent&lt;/A&gt;. These are subscribed on individual layers in Pro rather than globally, as it was in ArcObjects. See also: &lt;A href="https://github.com/esri/arcgis-pro-sdk/wiki/ProConcepts-Editing#row-events" target="_self"&gt;ProConepts-Editing&lt;/A&gt;&lt;/P&gt;&lt;P&gt;To get the ArcObjects equivalent of subscribing to these in an extension, you can subscribe to these Pro events in a pro add-in module and set the modules autoload config to true. See also: &lt;A href="https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/v1.1.0.3318/Editing/EventModule" target="_self"&gt;EventModule&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Note the sample is quite old but the pattern holds.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 03:06:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-fire-up-editing-event/m-p/1082914#M6941</guid>
      <dc:creator>Sean_Jones</dc:creator>
      <dc:date>2021-07-27T03:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to fire up editing event?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-fire-up-editing-event/m-p/1083021#M6944</link>
      <description>&lt;P&gt;Thanks.&amp;nbsp; Will give this a try.&lt;/P&gt;&lt;P&gt;I assume &lt;SPAN&gt;RowCreatedEvent works on both feature and table records.....&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 12:57:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-fire-up-editing-event/m-p/1083021#M6944</guid>
      <dc:creator>YinghongLi1</dc:creator>
      <dc:date>2021-07-27T12:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to fire up editing event?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-fire-up-editing-event/m-p/1083913#M6959</link>
      <description>&lt;P&gt;I used the sample you suggested and result is what i want.&amp;nbsp; I was wondering if editcompletedevent could contain all the edits before edit save.&amp;nbsp; actually it only contains the latest one. So works perfect for me.&amp;nbsp; I also contact ESRI and want to find out why the sample is not in the new version of software and if there is another way to do this.&lt;/P&gt;&lt;P&gt;Thanks for the help.&amp;nbsp; It saved me lot of digging time.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jul 2021 13:23:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-fire-up-editing-event/m-p/1083913#M6959</guid>
      <dc:creator>YinghongLi1</dc:creator>
      <dc:date>2021-07-29T13:23:52Z</dc:date>
    </item>
  </channel>
</rss>

