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

In This Topic
    OnDragStart Method
    In This Topic
    Raises the C1TreeView.DragStart event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnDragStart( _
       ByVal source As Object, _
       ByVal e As C1.WPF.Core.DragDropEventArgs _
    ) 
    protected virtual void OnDragStart( 
       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