To get a reference to the source tree:
event.dragInitiator
To get a reference to the items selected/dragged from source tree:
event.dragSource.dataForFormat("treeItems") as Array-Steve Ashton --- In [email protected], "Rafael Faria" <[EMAIL PROTECTED]> wrote: > > When i drop an item from a tree to another, on the drop handler how do > i get the SOURCE tree object? > > i know how to get the target (event.target or event.currentTarget) but > how do i get the source? > > Rafael >

