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

In This Topic
    OnDragDrop Method (C1TreeView)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnDragDrop( _
       ByVal source As Object, _
       ByVal e As DragDropEventArgs _
    ) 
    protected virtual void OnDragDrop( 
       object source,
       DragDropEventArgs e
    )

    Parameters

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