DragEventArgs Constructor (IDataObject^, Int32, Int32, Int32, DragDropEffects, DragDropEffects)
.NET Framework (current version)
Initializes a new instance of the DragEventArgs class.
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
Available since 1.1
Show: