StartDragDelegate Delegate |
Executes the drag operation.
Namespace: Altaxo.GuiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public delegate StartDragData StartDragDelegate(
IEnumerable items
)
Parameters
- items IEnumerable
- The items that are included in this drag operation.
Return Value
StartDragDataThe data of this drag operation. See
StartDragData.
See Also