API Team, Several times I have asked for an event to added to the API that would fire when the visibleLayers ArrayCollection of a layer has changed and you have always said that I could just listen for the visibleLayers ArrayCollection change event. Well I have tried and tried again and I can not seem to get your suggestion to work... Here is what I an trying:ArcGISDynamicMapServiceLayer(layer).visibleLayers.addEventListener(CollectionEvent.COLLECTION_CHANGE,updateVisibilty);
Can you assist me in getting your suggestion to work?