Delegate type for the CompletingDrag event.

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

Syntax

C#
public delegate void CompletingDragEventHandler(
	Object sender,
	DragDependencyThumb..::.CompletingDragEventArgs e
)
Visual Basic (Declaration)
Public Delegate Sub CompletingDragEventHandler ( _
	sender As Object, _
	e As DragDependencyThumb..::.CompletingDragEventArgs _
)

See Also