Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

GiveFeedbackEventArgs Constructor (DragDropEffects, Boolean)

 

Initializes a new instance of the GiveFeedbackEventArgs class.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
GiveFeedbackEventArgs(
	DragDropEffects effect,
	bool useDefaultCursors
)

Parameters

effect
Type: System.Windows.Forms::DragDropEffects

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
Type: System::Boolean

true if default pointers are used; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft