DiagramClientView::OnGiveFeedback Method (GiveFeedbackEventArgs^)
Visual Studio 2015
The GiveFeedback event allows the source of a drag event to modify the appearance of the mouse pointer in order to give the user visual feedback during a drag-and-drop operation.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Parameters
- gfbevent
- Type: System.Windows.Forms::GiveFeedbackEventArgs^
- e
A GiveFeedbackEventArgs that contains the event data.
OnGiveFeedback is responsible for changing the cursor based on the value of GiveFeedbackEventArgs.Effect. GiveFeedbackEventArgs.Effect is the drop effect value returned by the most recent call to OnDragEnter, OnDragOver, or OnDragLeave.
Show: