7 Replies Latest reply: Sep 16, 2011 10:03 AM by Flex harUI RSS

    Why don't data driven components have a dataProviderChange event?

    hidarikani Community Member

      Imagine an event called dataProviderChange exists. then I could do this:

      private function dataProviderChangeHandler():void  {
           //set selected index
           //and expand some nodes of a tree
           //withoud worying that a data provider change will reset all these settings
      }