ProjectBrowseControllerItemList_StartDrag Method |
Starts a drag operation from the items list.
Namespace: Altaxo.Gui.Pads.ProjectBrowserAssembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void ItemList_StartDrag(
out IDataObject dao,
out bool canCopy,
out bool canMove
)
Parameters
- dao IDataObject
- On return, this contains the data object used during the drag operation.
- canCopy Boolean
- On return, this variable indicates if the drag operation allows a copy operation.
- canMove Boolean
- On return, this variable indicates if the drag operation allows a move operation.
See Also