Event occurring whenever the user is about to finish dragging a task to a new vertical position (index), allowing the developer to set e.Cancel to true in case the operation shouldn't be allowed to complete.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public event DragTaskThumb..::.CompletingDragEventHandler CompletingDrag
Visual Basic (Declaration)
Public Event CompletingDrag As DragTaskThumb..::.CompletingDragEventHandler

See Also