- In the Legend.Loaded event, LayerItems is set but inside each of the items, it's LegendItems is always null.
- In the LayerItem.PropertyChanged event, e.PropertyName is never equal to "LegendItems"
- Even if I pause the application after I have viewed some legend items in tree view, the LegendItems are still null (for all LayerItems layers)
Since Raster Catalogs classified renderers do not come through the REST legend, I am trying to load custom images into LegendItems... but since they are always null, I'm not sure when I can do this.
Thanks a lot for any help!