OnDrop Property
OnDrop
This Callback will gets and sets by Blazor framework automatically for binding feature.
Declaration
[Parameter]
public EventHandler<TreeViewDragDropEventArgs> OnDrop { get; set; }
<Parameter>
Public Property OnDrop As EventHandler(Of TreeViewDragDropEventArgs)