ControlDesigner::OnDragEnter Method (DragEventArgs^)

 

Receives a call when a drag-and-drop operation enters the control designer view.

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

protected:
virtual void OnDragEnter(
	DragEventArgs^ de
)

Parameters

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

A DragEventArgs that provides data for the event.

.NET Framework
Available since 1.1
Return to top
Show: