CanStartDragDelegate Delegate |
Is called at the start of a drag/drop operation on the drag source side. Determines whether or not a drag operation can start.
Namespace: Altaxo.GuiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public delegate bool CanStartDragDelegate(
IEnumerable items
)
Parameters
- items IEnumerable
- The items that are included in this drag operation.
Return Value
BooleanTrue if the drag operation can start and proceed, otherwise false.
See Also