Called when the RootNodes property changes.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
C# |
---|
protected virtual void OnRootNodesChanged( IEnumerable<Node> oldRootNodes, IEnumerable<Node> newRootNodes ) |
Visual Basic (Declaration) |
---|
Protected Overridable Sub OnRootNodesChanged ( _ oldRootNodes As IEnumerable(Of Node), _ newRootNodes As IEnumerable(Of Node) _ ) |
Parameters
- oldRootNodes
- Type: System.Collections.Generic..::.IEnumerable<(Of <(Node>)>)
- newRootNodes
- Type: System.Collections.Generic..::.IEnumerable<(Of <(Node>)>)