DiagramClientView.OnGiveFeedback(GiveFeedbackEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
protected:
override void OnGiveFeedback(System::Windows::Forms::GiveFeedbackEventArgs ^ gfbevent);
protected override void OnGiveFeedback (System.Windows.Forms.GiveFeedbackEventArgs gfbevent);
override this.OnGiveFeedback : System.Windows.Forms.GiveFeedbackEventArgs -> unit
Protected Overrides Sub OnGiveFeedback (gfbevent As GiveFeedbackEventArgs)
Parameters
- gfbevent
- GiveFeedbackEventArgs
Remarks
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.