<?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: is there a FeatureLayer OnLoad event (or equivalent) in ArcGIS Runtime SDK for WPF (Retired) Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/is-there-a-featurelayer-onload-event-or-equivalent/m-p/210799#M956</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are a couple of events you might be interested in:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;LayersInitialized &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/runtime-wpf/apiref/index.html?ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.LayerCollection~LayersInitialized_EV.html" rel="nofollow" target="_blank"&gt;http://resources.arcgis.com/en/help/runtime-wpf/apiref/index.html?ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.LayerCollection~LayersInitialized_EV.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;- This occurs when all layers in the LayerCollection (Map.Layers) have initialized. Initialized means that the Layer properties have been set (spatial reference, etc) but the layer may not contain any data (e.g. tiles, features) and probably will not have actually rendered on the Map at this point. Requests for data are typically asynchronous and therefore layers are populated and are rendered on the map as the data arrives.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;FeatureLayer.Initialized &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/runtime-wpf/apiref/index.html?ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Layer~Initialized_EV.html" rel="nofollow" target="_blank"&gt;http://resources.arcgis.com/en/help/runtime-wpf/apiref/index.html?ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Layer~Initialized_EV.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;- This occurs when the specific FeatureLayer has initialized. Again this means that Layer properties have been set but the layer does not contain any data and is not rendered at this point.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;FeatureLayer.UpdateCompleted &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/runtime-wpf/apiref/index.html?ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.FeatureLayer~UpdateCompleted_EV.html" rel="nofollow" target="_blank"&gt;http://resources.arcgis.com/en/help/runtime-wpf/apiref/index.html?ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.FeatureLayer~UpdateCompleted_EV.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;- This event occurs after the FeatureLayer has submitted a Query request to retrieve features and those features have arrived and been processed in the Layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Finally, you should also take a look at the FeatureLayer.Mode property, which takes a QueryMode enum value and determines the layer behaviour with respect to requesting features: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/runtime-wpf/apiref/index.html?ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.FeatureLayer+QueryMode.html" rel="nofollow" target="_blank"&gt;http://resources.arcgis.com/en/help/runtime-wpf/apiref/index.html?ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.FeatureLayer+QueryMode.html&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Dec 2013 07:20:55 GMT</pubDate>
    <dc:creator>MichaelBranscomb</dc:creator>
    <dc:date>2013-12-19T07:20:55Z</dc:date>
    <item>
      <title>is there a FeatureLayer OnLoad event (or equivalent)</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/is-there-a-featurelayer-onload-event-or-equivalent/m-p/210798#M955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm setting up a Runtime for WPF application and need to respond after a specific layer is loaded. I've tried the Map Loaded method but that doesn't come back when all layers have completed loading. Using map loaded, the feature layer that I need to listen for will show up but none of the graphics have loaded yet. I need to wait for the layer to load completely (i.e. all graphics are done loading).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas are appreciated. Hopefully I'm just missing a simple solution to this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2013 12:41:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/is-there-a-featurelayer-onload-event-or-equivalent/m-p/210798#M955</guid>
      <dc:creator>JustinShepard</dc:creator>
      <dc:date>2013-12-18T12:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: is there a FeatureLayer OnLoad event (or equivalent)</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/is-there-a-featurelayer-onload-event-or-equivalent/m-p/210799#M956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are a couple of events you might be interested in:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;LayersInitialized &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/runtime-wpf/apiref/index.html?ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.LayerCollection~LayersInitialized_EV.html" rel="nofollow" target="_blank"&gt;http://resources.arcgis.com/en/help/runtime-wpf/apiref/index.html?ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.LayerCollection~LayersInitialized_EV.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;- This occurs when all layers in the LayerCollection (Map.Layers) have initialized. Initialized means that the Layer properties have been set (spatial reference, etc) but the layer may not contain any data (e.g. tiles, features) and probably will not have actually rendered on the Map at this point. Requests for data are typically asynchronous and therefore layers are populated and are rendered on the map as the data arrives.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;FeatureLayer.Initialized &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/runtime-wpf/apiref/index.html?ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Layer~Initialized_EV.html" rel="nofollow" target="_blank"&gt;http://resources.arcgis.com/en/help/runtime-wpf/apiref/index.html?ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Layer~Initialized_EV.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;- This occurs when the specific FeatureLayer has initialized. Again this means that Layer properties have been set but the layer does not contain any data and is not rendered at this point.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;FeatureLayer.UpdateCompleted &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/runtime-wpf/apiref/index.html?ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.FeatureLayer~UpdateCompleted_EV.html" rel="nofollow" target="_blank"&gt;http://resources.arcgis.com/en/help/runtime-wpf/apiref/index.html?ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.FeatureLayer~UpdateCompleted_EV.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;- This event occurs after the FeatureLayer has submitted a Query request to retrieve features and those features have arrived and been processed in the Layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Finally, you should also take a look at the FeatureLayer.Mode property, which takes a QueryMode enum value and determines the layer behaviour with respect to requesting features: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/runtime-wpf/apiref/index.html?ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.FeatureLayer+QueryMode.html" rel="nofollow" target="_blank"&gt;http://resources.arcgis.com/en/help/runtime-wpf/apiref/index.html?ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.FeatureLayer+QueryMode.html&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 07:20:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/is-there-a-featurelayer-onload-event-or-equivalent/m-p/210799#M956</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2013-12-19T07:20:55Z</dc:date>
    </item>
  </channel>
</rss>

