Method OnDragDrop
OnDragDrop(DragEventArgs)
Called when the DragDrop event is raised.
protected virtual void OnDragDrop(DragEventArgs e)
Parameters
eDragEventArgsAn DragEventArgs that contains the event data.
Remarks
Derived classes can override this method to handle the event without attaching a delegate.