[]
        
(Showing Draft Content)

C1.Blazor.TreeView.C1TreeView.C1TreeViewReference.OnDropAsync

OnDropAsync Method

OnDropAsync(string, string, string, string, string)

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