Blazor | ComponentOne
C1.Blazor.TreeView Assembly / C1.Blazor.TreeView Namespace / C1TreeView Class / OnDrop Property

In This Topic
    OnDrop Property
    In This Topic
    This Callback will gets and sets by Blazor framework automatically for binding feature.
    Syntax
    'Declaration
     
    
    Public Property OnDrop As EventHandler(Of TreeViewDragDropEventArgs)
    public EventHandler<TreeViewDragDropEventArgs> OnDrop {get; set;}
    See Also