ControlDoDragDrop Method (DataObject, DragEffects) | 
 
            Starts drag operation using this control as drag source.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic virtual void DoDragDrop(
	DataObject data,
	DragEffects allowedEffects
)
Public Overridable Sub DoDragDrop ( 
	data As DataObject,
	allowedEffects As DragEffects
)
abstract DoDragDrop : 
        data : DataObject * 
        allowedEffects : DragEffects -> unit 
override DoDragDrop : 
        data : DataObject * 
        allowedEffects : DragEffects -> unit Parameters
- data
 - Type: Eto.FormsDataObject
Drag data. - allowedEffects
 - Type: Eto.FormsDragEffects
Allowed action. 
See Also