[]
        
(Showing Draft Content)

C1.WPF.TreeView.C1TreeView.OnDragStart

OnDragStart Method

OnDragStart(object, DragDropEventArgs)

Raises the C1TreeView.DragStart event.

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

Used to set the source of the event.

DragDropEventArgs e

DragDropEventArgs that contains the event data.