Event occurring whenever the user is about to finish dragging a dependency line from an item to a successor, allowing the developer to set e.Cancel to true in case the operation shouldn't be allowed to complete, or else to optionally specify a different dependency type to use between the items.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)
Syntax
C# |
---|
public event DragDependencyThumb..::.CompletingDragEventHandler CompletingDrag |
Visual Basic (Declaration) |
---|
Public Event CompletingDrag As DragDependencyThumb..::.CompletingDragEventHandler |