ComponentTray::OnGiveFeedback Method (GiveFeedbackEventArgs^)

 

Called during an OLE drag and drop operation to provide an opportunity for the component tray to give feedback to the user about the results of dropping the object at a specific point.

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

protected:
virtual void OnGiveFeedback(
	GiveFeedbackEventArgs^ gfevent
) override

Parameters

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

A GiveFeedbackEventArgs that provides data for the event.

Notes to Inheritors:

When overriding OnGiveFeedback in a derived class, be sure to call the base class's OnGiveFeedback method so that registered delegates receive the event.

.NET Framework
Available since 1.1
Return to top
Show: