NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

GiveFeedbackEventArgs Class

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

Remarks

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.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

GiveFeedbackEventArgs Members | System.WinForms Namespace