We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa143c commit a57946fCopy full SHA for a57946f
components/treeview/drag-drop.md
@@ -42,6 +42,8 @@ The `OnDragStart` event fires when the user starts dragging a node. It provides
42
43
The `OnDragStart` event handler receives as an argument an object of type `TreeViewDragStartEventArgs` that contains:
44
45
+@[template](/_contentTemplates/common/parameters-table-styles.md#table-layout)
46
+
47
| Parameter | Type | Description |
48
| --- | --- | --- |
49
| `Item` | `object` | Represents the dragged row. You can cast this object to your model class. |
0 commit comments