[]
Configurates the OnClientDragOver client event. Occurs while the user drags a node over other nodes on the TreeView.
public TreeViewBuilder OnClientDragOver(string value)
Public Function OnClientDragOver(value As String) As TreeViewBuilder
| Type | Name | Description |
|---|---|---|
| string | value | The value. |
| Type | Description |
|---|---|
| TreeViewBuilder | Current builder. |
Returns true if the event is not cancelled.