GiveFeedbackEventArgs Constructors

Definition

Overloads

GiveFeedbackEventArgs(DragDropEffects, Boolean)

Source:
GiveFeedbackEventArgs.cs
Source:
GiveFeedbackEventArgs.cs
Source:
GiveFeedbackEventArgs.cs

Initializes a new instance of the GiveFeedbackEventArgs class.

C#
public GiveFeedbackEventArgs(System.Windows.Forms.DragDropEffects effect, bool useDefaultCursors);

Parameters

effect
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
Boolean

true if default pointers are used; otherwise, false.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

GiveFeedbackEventArgs(DragDropEffects, Boolean, Bitmap, Point, Boolean)

Source:
GiveFeedbackEventArgs.cs
Source:
GiveFeedbackEventArgs.cs
Source:
GiveFeedbackEventArgs.cs

Initializes a new instance of the GiveFeedbackEventArgs class.

C#
public GiveFeedbackEventArgs(System.Windows.Forms.DragDropEffects effect, bool useDefaultCursors, System.Drawing.Bitmap? dragImage, System.Drawing.Point cursorOffset, bool useDefaultDragImage);

Parameters

useDefaultCursors
Boolean
dragImage
Bitmap
cursorOffset
Point
useDefaultDragImage
Boolean

Applies to

Windows Desktop 10 and other versions
Product Versions
Windows Desktop 7, 8, 9, 10