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.

DragEventArgs Constructor (IDataObject^, Int32, Int32, Int32, DragDropEffects, DragDropEffects)

 

Initializes a new instance of the DragEventArgs class.

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

public:
DragEventArgs(
	IDataObject^ data,
	int keyState,
	int x,
	int y,
	DragDropEffects allowedEffect,
	DragDropEffects effect
)

Parameters

data
Type: System.Windows.Forms::IDataObject^

The data associated with this event.

keyState
Type: System::Int32

The current state of the SHIFT, CTRL, and ALT keys.

x
Type: System::Int32

The x-coordinate of the mouse cursor in pixels.

y
Type: System::Int32

The y-coordinate of the mouse cursor in pixels.

allowedEffect
Type: System.Windows.Forms::DragDropEffects

One of the DragDropEffects values.

effect
Type: System.Windows.Forms::DragDropEffects

One of the DragDropEffects values.

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