ElementHost::GiveFeedback Event

 

Occurs during a drag operation.

Namespace:   System.Windows.Forms.Integration
Assembly:  WindowsFormsIntegration (in WindowsFormsIntegration.dll)

public:
[BrowsableAttribute(false)]
event GiveFeedbackEventHandler^ GiveFeedback {
	void add(GiveFeedbackEventHandler^ value);
	void remove(GiveFeedbackEventHandler^ value);
}

For more information about the GiveFeedback event, see Control::GiveFeedback.

.NET Framework
Available since 3.0
Return to top
Show: