<?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: UpdateEnd event for Map Control for ArcGIS for .NET (WP8.1) in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/updateend-event-for-map-control-for-arcgis-for-net/m-p/647378#M8054</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That occurs only when the spatial reference is set so in most of the applications that is only one time (in the beginning).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to show indicator on every move/pan, currently there isn't easy way to do it if you have large variety of layer types in the map. If you are using service based FeatureLayers, you can use &lt;A href="https://developers.arcgis.com/net/phone/api-reference//html/E_Esri_ArcGISRuntime_Data_ServiceFeatureTable_UpdateCompleted.htm"&gt;UpdateCompleted &lt;/A&gt;event on ServiceFeatureTable. If you are using local features, there shouldn't not be need for one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Mar 2015 09:56:27 GMT</pubDate>
    <dc:creator>AnttiKajanus1</dc:creator>
    <dc:date>2015-03-23T09:56:27Z</dc:date>
    <item>
      <title>UpdateEnd event for Map Control for ArcGIS for .NET (WP8.1)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/updateend-event-for-map-control-for-arcgis-for-net/m-p/647375#M8051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!. I just want to ask if there is an event equivalent to UpdateEnd of javascript here on .NET? I would like to add loading image whenever the map is loading or rendering. Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 09:00:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/updateend-event-for-map-control-for-arcgis-for-net/m-p/647375#M8051</guid>
      <dc:creator>JeffersonLegaspi</dc:creator>
      <dc:date>2015-03-23T09:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: UpdateEnd event for Map Control for ArcGIS for .NET (WP8.1)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/updateend-event-for-map-control-for-arcgis-for-net/m-p/647376#M8052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The closest equivalent we have in the .NET API now is MapView.SpatialReferenceChanged, which tells you when the MapView is essentially initialized. API feedback on rendering progress is on the roadmap for the next major release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 09:17:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/updateend-event-for-map-control-for-arcgis-for-net/m-p/647376#M8052</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2015-03-23T09:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: UpdateEnd event for Map Control for ArcGIS for .NET (WP8.1)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/updateend-event-for-map-control-for-arcgis-for-net/m-p/647377#M8053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it going to execute every time the map renders when i pan or zoom for example? Or one time only? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 09:23:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/updateend-event-for-map-control-for-arcgis-for-net/m-p/647377#M8053</guid>
      <dc:creator>JeffersonLegaspi</dc:creator>
      <dc:date>2015-03-23T09:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: UpdateEnd event for Map Control for ArcGIS for .NET (WP8.1)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/updateend-event-for-map-control-for-arcgis-for-net/m-p/647378#M8054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That occurs only when the spatial reference is set so in most of the applications that is only one time (in the beginning).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to show indicator on every move/pan, currently there isn't easy way to do it if you have large variety of layer types in the map. If you are using service based FeatureLayers, you can use &lt;A href="https://developers.arcgis.com/net/phone/api-reference//html/E_Esri_ArcGISRuntime_Data_ServiceFeatureTable_UpdateCompleted.htm"&gt;UpdateCompleted &lt;/A&gt;event on ServiceFeatureTable. If you are using local features, there shouldn't not be need for one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 09:56:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/updateend-event-for-map-control-for-arcgis-for-net/m-p/647378#M8054</guid>
      <dc:creator>AnttiKajanus1</dc:creator>
      <dc:date>2015-03-23T09:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: UpdateEnd event for Map Control for ArcGIS for .NET (WP8.1)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/updateend-event-for-map-control-for-arcgis-for-net/m-p/647379#M8055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about Manipulation Started and Completed? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 01:08:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/updateend-event-for-map-control-for-arcgis-for-net/m-p/647379#M8055</guid>
      <dc:creator>JeffersonLegaspi</dc:creator>
      <dc:date>2015-03-24T01:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: UpdateEnd event for Map Control for ArcGIS for .NET (WP8.1)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/updateend-event-for-map-control-for-arcgis-for-net/m-p/647380#M8056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That event just tells you when the user starts/stops touch interaction with the mapview.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 20:19:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/updateend-event-for-map-control-for-arcgis-for-net/m-p/647380#M8056</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2015-03-31T20:19:44Z</dc:date>
    </item>
  </channel>
</rss>

