Called when the LeafNodes property changes.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.HierarchicalData.Controls (in DlhSoft.HierarchicalData.Controls.dll)
Syntax
C# |
---|
protected virtual void OnLeafNodesChanged( IEnumerable<Node> oldLeafNodes, IEnumerable<Node> newLeafNodes ) |
Visual Basic (Declaration) |
---|
Protected Overridable Sub OnLeafNodesChanged ( _ oldLeafNodes As IEnumerable(Of Node), _ newLeafNodes As IEnumerable(Of Node) _ ) |
Parameters
- oldLeafNodes
- Type: System.Collections.Generic..::.IEnumerable<(Of <(Node>)>)
- newLeafNodes
- Type: System.Collections.Generic..::.IEnumerable<(Of <(Node>)>)