eDriven Framework API
DragSource Constructor (data, format)
NamespaceseDriven.Gui.DragDropDragSourceDragSource(Object, String)
eDriven Framework API
Initializes a new instance of the DragSource class
Declaration Syntax
C#Visual BasicVisual C++
public DragSource(
	Object data,
	string format
)
Public Sub New ( _
	data As Object, _
	format As String _
)
public:
DragSource(
	Object^ data, 
	String^ format
)
Parameters
data (Object)
format (String)

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)