IMVVMDragHandlerCanStartDrag Method |
Determines whether a drag operation can be started.
Namespace: Altaxo.Gui.CommonAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxbool CanStartDrag(
IEnumerable items
)
Parameters
- items IEnumerable
- The items to drag.
Return Value
Boolean if dragging can start; otherwise,
.
See Also