'Declaration
Public Delegate Sub DragDropEventHandler( _ ByVal source As Object, _ ByVal e As DragDropEventArgs _ )
public delegate void DragDropEventHandler( object source, DragDropEventArgs e )
Parameters
- source
- Object that raised the event.
- e
- DragDropEventArgs that contains the event data.