TreeItemDropEvent
Arguments for the TreeView nodeDrop
event.
Name | Type | Default | Description |
---|---|---|---|
destinationItem |
|
Lookup information for the item onto which the dragged item is dropped. | |
destinationTree |
|
Reference to the TreeView onto which the dragged item is dropped. | |
dropPosition |
|
Represents the drop position relative to the target item. | |
originalEvent |
|
The original pointer event containing details about the pointer position. | |
sourceItem |
|
Lookup information for the dragged item. | |
sourceTree |
|
Reference to the TreeView from which the dragged item originates. |
Methods
isDefaultPrevented | ||||
---|---|---|---|---|
If the event is prevented by any of its subscribers, returns | ||||
|
preventDefault |
---|
Prevents the default action for a specified event. In this way, the source component suppresses the built-in behavior that follows the event. |
setValid | ||||||
---|---|---|---|---|---|---|
Sets whether the drop action is valid.
If set to | ||||||
|