Called when the AssignableTaskItemsSource property changes.
Namespace:
DlhSoft.Windows.ControlsAssembly: 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 _ ) |
Parameters
- oldValue
- Type: System.Collections..::.IEnumerable
- newValue
- Type: System.Collections..::.IEnumerable