Called when the NodeListViewItemBindingGroup property changes.

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

Syntax

C#
protected virtual void OnNodeListViewItemBindingGroupChanged(
	BindingGroup oldNodeListViewItemBindingGroup,
	BindingGroup newNodeListViewItemBindingGroup
)
Visual Basic (Declaration)
Protected Overridable Sub OnNodeListViewItemBindingGroupChanged ( _
	oldNodeListViewItemBindingGroup As BindingGroup, _
	newNodeListViewItemBindingGroup As BindingGroup _
)

Parameters

oldNodeListViewItemBindingGroup
Type: System.Windows.Data..::.BindingGroup
newNodeListViewItemBindingGroup
Type: System.Windows.Data..::.BindingGroup

See Also