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 Constructor

Initializes a new instance of the GiveFeedbackEventArgs class.

[Visual Basic]
Public Sub New( _
   ByVal effect As Integer, _
   ByVal useDefaultCursors As Boolean _
)
[C#]
public GiveFeedbackEventArgs(
   int effect,
   bool useDefaultCursors
);
[C++]
public: GiveFeedbackEventArgs(
   int effect,
   bool useDefaultCursors
);
[JScript]
public function GiveFeedbackEventArgs(
   effect : int,
   useDefaultCursors : Boolean
);

Parameters

effect
The type of drag-and-drop operation. Possible values are obtained by applying the bitwise OR (|) operation to the constants defined in the DragDropEffects.
useDefaultCursors
true if default pointers are used; otherwise, false.

See Also

GiveFeedbackEventArgs Class | GiveFeedbackEventArgs Members | System.WinForms Namespace