[]
        
(Showing Draft Content)

C1.Blazor.TreeView.C1TreeView.C1TreeViewReference.OnDragOverAsync

OnDragOverAsync Method

OnDragOverAsync(string, string, string, string)

Declaration
[JSInvokable]
public Task<bool> OnDragOverAsync(string targetDragId, string targetDragTreeId, string targetDropId, string targetDropTreeId)
<JSInvokable>
Public Function OnDragOverAsync(targetDragId As String, targetDragTreeId As String, targetDropId As String, targetDropTreeId As String) As Task(Of Boolean)
Parameters
Type Name Description
string targetDragId
string targetDragTreeId
string targetDropId
string targetDropTreeId
Returns
Type Description
Task<bool>