Contains the data needed to start a drag and drop operation.
| Property | Description |
|---|---|
| EntityIds | Gets the Object references that are dragged. HierarchyNodeTypeHandler instances can populate this list. |
| Nodes | Gets the HierarchyNode instances involved in the drag and drop operation. |
| Paths | Gets the paths of assets involved in the drag and drop operation. HierarchyNodeTypeHandler instances can populate this list. |
| View | Gets the HierarchyView where the drag and drop operation occurs. |
| Method | Description |
|---|---|
| SetGenericData | Sets generic data for the drag and drop operation. |