[]
        
(Showing Draft Content)

C1.WPF.C1TreeView.OnDragStart

OnDragStart Method

OnDragStart(object, DragDropEventArgs)

Raises the C1.Silverlight.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

C1.Silverlight.DragDropEventArgs that contains the event data.