Steps to reproduce:
1. Navigate to URL
http://krs-ntserver.corp.adobe.com/flex_moxie/standalone/langref/index.html
2. Select the class 'List'.
3. Click on the link 'Styles' to view the styles for List.
4. Click on the link 'Show Inherited Styles' to view the inherited Styles
5. Notice that 'dataChangeEffect' is under Styles column, it should be under Effects column
Actual Results: 'dataChangeEffect' is under Styles column, it should be under Effects column
Expected Results: dataChangeEffect should be under Effects column but it is under Styles column
Workaround (if any): none
SDK-12729to change it to be an [Effect] named itemsChangeEffect. (It shouldn't be named dataChangeEffect because it isn't triggered by the 'data' property changing.) If that bug is fixed, it will in the ASDoc in the Effects section.