Called when the AssignableTaskItemsSource property changes.

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

Syntax

C#
protected virtual void OnAssignableTaskItemsSourceChanged(
	IEnumerable oldValue,
	IEnumerable newValue
)
Visual Basic (Declaration)
Protected Overridable Sub OnAssignableTaskItemsSourceChanged ( _
	oldValue As IEnumerable, _
	newValue As IEnumerable _
)

See Also