Called when the MinAssignmentAllocationBarOpacity property changes.

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

Syntax

C#
protected virtual void OnMinAssignmentAllocationBarOpacityChanged(
	double oldMinAssignmentAllocationBarOpacity,
	double newMinAssignmentAllocationBarOpacity
)
Visual Basic (Declaration)
Protected Overridable Sub OnMinAssignmentAllocationBarOpacityChanged ( _
	oldMinAssignmentAllocationBarOpacity As Double, _
	newMinAssignmentAllocationBarOpacity As Double _
)

Parameters

oldMinAssignmentAllocationBarOpacity
Type: System..::.Double
newMinAssignmentAllocationBarOpacity
Type: System..::.Double

See Also