Called when the MaxAssignmentAllocationBarOpacity property changes.

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

Syntax

C#
protected virtual void OnMaxAssignmentAllocationBarOpacityChanged(
	double oldMaxAssignmentAllocationBarOpacity,
	double newMaxAssignmentAllocationBarOpacity
)
Visual Basic (Declaration)
Protected Overridable Sub OnMaxAssignmentAllocationBarOpacityChanged ( _
	oldMaxAssignmentAllocationBarOpacity As Double, _
	newMaxAssignmentAllocationBarOpacity As Double _
)

Parameters

oldMaxAssignmentAllocationBarOpacity
Type: System..::.Double
newMaxAssignmentAllocationBarOpacity
Type: System..::.Double

See Also