[]
        
(Showing Draft Content)

C1.WPF.C1TreeView.OnDragDrop

OnDragDrop Method

OnDragDrop(object, DragDropEventArgs)

Raises the C1.Silverlight.C1TreeView.DragDrop event.

Declaration
protected virtual void OnDragDrop(object source, DragDropEventArgs e)
Protected Overridable Sub OnDragDrop(source As Object, e As DragDropEventArgs)
Parameters
Type Name Description
object source

Used to set the source of the event.

DragDropEventArgs e

C1.Silverlight.DragDropEventArgs that contains the event data.