System.Windows.Forms.GiveFeedbackEventArgs Class

Provides data for the Control.GiveFeedback event, which occurs during a drag operation.

See Also: GiveFeedbackEventArgs Members

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public class GiveFeedbackEventArgs : EventArgs

Remarks

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>].

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0