[]
        
(Showing Draft Content)

C1.Blazor.TreeView.C1TreeView.C1TreeViewReference.OnDragStartAsync

OnDragStartAsync Method

OnDragStartAsync(string, string)

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