WorkflowView::OnGiveFeedback Method (GiveFeedbackEventArgs^)

 

Occurs during a drag operation.

Namespace:   System.Workflow.ComponentModel.Design
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

protected:
virtual void OnGiveFeedback(
	GiveFeedbackEventArgs^ gfbevent
) override

Parameters

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

A GiveFeedbackEventArgs that provides data for the event.

OnGiveFeedback occurs when a drag operation is started. OnGiveFeedback allows the source of a drag operation to modify the appearance of the mouse pointer in order to give the user visual feedback during a drag operation.

.NET Framework
Available since 3.0
Return to top
Show: