Called when the Predecessor property changes.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
| C# |
|---|
protected virtual void OnPredecessorChanged( Predecessor oldPredecessor, Predecessor newPredecessor ) |
| Visual Basic (Declaration) |
|---|
Protected Overridable Sub OnPredecessorChanged ( _ oldPredecessor As Predecessor, _ newPredecessor As Predecessor _ ) |
Parameters
- oldPredecessor
- Type: DlhSoft.Windows.Data..::.Predecessor
- newPredecessor
- Type: DlhSoft.Windows.Data..::.Predecessor