ControlDesigner::OnGiveFeedback Method (GiveFeedbackEventArgs^)

 

Receives a call when a drag-and-drop operation is in progress to provide visual cues based on the location of the mouse while a drag operation is in progress.

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

protected:
virtual void OnGiveFeedback(
	GiveFeedbackEventArgs^ e
)

Parameters

e
Type: System.Windows.Forms::GiveFeedbackEventArgs^

A GiveFeedbackEventArgs that provides data for the event.

The designer host calls this method when an OLE drag event occurs.

.NET Framework
Available since 1.1
Return to top
Show: