Called when the IsItemAppearanceApplied property changes.

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

Syntax

C#
protected virtual void OnIsItemAppearanceAppliedChanged(
	bool oldIsItemAppearanceApplied,
	bool newIsItemAppearanceApplied
)
Visual Basic (Declaration)
Protected Overridable Sub OnIsItemAppearanceAppliedChanged ( _
	oldIsItemAppearanceApplied As Boolean, _
	newIsItemAppearanceApplied As Boolean _
)

Parameters

oldIsItemAppearanceApplied
Type: System..::.Boolean
newIsItemAppearanceApplied
Type: System..::.Boolean

See Also