In This Topic
Raises the C1TreeView.DragStart event.
Syntax
'Declaration
Protected Overridable Sub OnDragStart( _
ByVal As Object, _
ByVal As C1.WPF.Core.DragDropEventArgs _
)
protected virtual void OnDragStart(
object ,
C1.WPF.Core.DragDropEventArgs
)
Parameters
- source
- Used to set the source of the event.
- e
- DragDropEventArgs that contains the event data.
See Also