TreeListItemsDroppedEventArgs Properties
Stores information for the ItemsDropped event.
Name | Description |
---|---|
Dropped |
A collection of dropped data items. |
Drop |
Returns where items were dropped relative to the target item. |
Source |
Gives you access to the source component’s API. |
Target |
Returns the data item where the rows were dropped. |
Target |
Returns the target data item’s visible index. |
Tree |
Gives you access to the target Tree |
See Also