Flex controls DataGrid and List use "items" as the name of the format when they automatically create a DragSource. So you can retrieve them using myDragEvent.dragSource.dataForFormat("items"). For the Tree control, "treeItems" is the default format string.
No comments:
Post a Comment