'Declaration
Protected Overridable Sub OnDragStart( _ ByVal source As Object, _ ByVal e As DragDropEventArgs _ )
protected virtual void OnDragStart( object source, DragDropEventArgs e )
Parameters
- source
- Used to set the source of the event.
- e
- DragDropEventArgs that contains the event data.