Called when the EmptyAllocationIndicatorFill property changes.

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

Syntax

C#
protected virtual void OnEmptyAllocationIndicatorFillChanged(
	Brush oldEmptyAllocationIndicatorFill,
	Brush newEmptyAllocationIndicatorFill
)
Visual Basic (Declaration)
Protected Overridable Sub OnEmptyAllocationIndicatorFillChanged ( _
	oldEmptyAllocationIndicatorFill As Brush, _
	newEmptyAllocationIndicatorFill As Brush _
)

Parameters

oldEmptyAllocationIndicatorFill
Type: System.Windows.Media..::.Brush
newEmptyAllocationIndicatorFill
Type: System.Windows.Media..::.Brush

See Also