DragDropSourceArgs Constructor
Constructs an instance of a DragDropSourceArgs class
Syntax
public DragDropSourceArgs(
System.object dragDropData,
System.Windows.Forms.DragDropEffects dragDropEffects
)Public Function New( _
ByVal dragDropData As System.Object, _
ByVal dragDropEffects As System.Windows.Forms.DragDropEffects _
)Parameters
| Name | Description |
|---|---|
| dragDropData | The object to provide as the source of a drag and drop operation. |
| dragDropEffects | The allowed drag and drop effects. |