Link Search Menu Expand Document

STree.Dropped Event

It is an event that occurs when it is dropped by drag and drop operation.

The event is in the form of an item accessor added to the DroppedEvent class.

The following child objects are attached to the DroppedEvent object.

Type Name Explanation
STreeItem item STreeItem object that is an accessor to the dropped item

If dropped on an item in the tree, item will contain the accessor for the dropped item.

If dropped on something other than an item in the tree, the item will contain an invalid accessor (Id property 0).