[]
Configurates the OnClientDragEnd client event. Occurs when the user finishes a drag/drop operation, either by dropping a node into a new location or by canceling the operation with the mouse or keyboard.
public TreeViewBuilder OnClientDragEnd(string value)
Type | Name | Description |
---|---|---|
string | value | The value. |
Type | Description |
---|---|
TreeViewBuilder | Current builder. |