Called when the ItemBackground property changes.

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

Syntax

C#
protected virtual void OnItemBackgroundChanged(
	Brush oldItemBackground,
	Brush newItemBackground
)
Visual Basic (Declaration)
Protected Overridable Sub OnItemBackgroundChanged ( _
	oldItemBackground As Brush, _
	newItemBackground As Brush _
)

Parameters

oldItemBackground
Type: System.Windows.Media..::.Brush
newItemBackground
Type: System.Windows.Media..::.Brush

See Also