TreeView for WPF | ComponentOne
C1.WPF.TreeView Namespace / C1TreeView Class / OnDragDrop Method
Used to set the source of the event.
DragDropEventArgs that contains the event data.

In This Topic
    OnDragDrop Method
    In This Topic
    Raises the C1TreeView.DragDrop event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnDragDrop( _
       ByVal source As Object, _
       ByVal e As C1.WPF.Core.DragDropEventArgs _
    ) 
    protected virtual void OnDragDrop( 
       object source,
       C1.WPF.Core.DragDropEventArgs e
    )

    Parameters

    source
    Used to set the source of the event.
    e
    DragDropEventArgs that contains the event data.
    See Also