Defines a delegate method that returns a value that indicates whether a task dependency generated by a specific predecessor item can be deleted.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)
Syntax
C# |
---|
public delegate bool DependencyDeletionValidator( PredecessorItem predecessorItem ) |
Visual Basic (Declaration) |
---|
Public Delegate Function DependencyDeletionValidator ( _ predecessorItem As PredecessorItem _ ) As Boolean |
Parameters
- predecessorItem
- Type: DlhSoft.Windows.Controls..::.PredecessorItem
The predecessor item that is the source of the task dependency.