ControlDesigner::OnDragComplete Method (DragEventArgs^)

 

Receives a call to clean up a drag-and-drop operation.

Namespace:   System.Windows.Forms.Design
Assembly:  System.Design (in System.Design.dll)

protected:
virtual void OnDragComplete(
	DragEventArgs^ de
)

Parameters

de
Type: System.Windows.Forms::DragEventArgs^

A DragEventArgs that provides data for the event.

.NET Framework
Available since 2.0
Return to top
Show: