Provides data for the System.WinForms.GiveFeedbackEventArgs.GiveFeedback event.
Object
EventArgs
GiveFeedbackEventArgs
[Visual Basic] Public Class GiveFeedbackEventArgs Inherits EventArgs [C#] public class GiveFeedbackEventArgs : EventArgs [C++] public __gc class GiveFeedbackEventArgs : public EventArgs [JScript] public class GiveFeedbackEventArgs extends EventArgs
The System.WinForms.GiveFeedbackEventArgs.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 GiveFeedbackEventArgs object specifies the type of drag-and-drop operation and whether default cursors are used.
For information about the event model, see TBD.
Namespace: System.WinForms
Assembly: System.WinForms.dll