Event arguments for the CompletingDrag event.

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

Syntax

C#
public class CompletingDragEventArgs : RoutedEventArgs
Visual Basic (Declaration)
Public Class CompletingDragEventArgs _
	Inherits RoutedEventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    System.Windows..::.RoutedEventArgs
      DlhSoft.Windows.Controls..::.DragAssignmentThumb..::.CompletingDragEventArgs

See Also