'Declaration
Protected Overridable Sub OnDragDrop( _ ByVal source As Object, _ ByVal e As DragDropEventArgs _ )
'Usage
Dim instance As C1TreeView Dim source As Object Dim e As DragDropEventArgs instance.OnDragDrop(source, e)
protected virtual void OnDragDrop( object source, DragDropEventArgs e )
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.