Provides data for the Control.GiveFeedback event, which occurs during a drag operation.
See Also: GiveFeedbackEventArgs Members
The Control.GiveFeedback event occurs during a drag operation. It 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. A System.Windows.Forms.GiveFeedbackEventArgs object specifies the type of drag-and-drop operation and whether default cursors are used.
For information about the event model, see [<topic://cpconEventsDelegates>].