Called when the IsVirtualizing property changes.

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

Syntax

C#
protected virtual void OnIsVirtualizingChanged(
	bool oldIsVirtualizing,
	bool newIsVirtualizing
)
Visual Basic (Declaration)
Protected Overridable Sub OnIsVirtualizingChanged ( _
	oldIsVirtualizing As Boolean, _
	newIsVirtualizing As Boolean _
)

Parameters

oldIsVirtualizing
Type: System..::.Boolean
newIsVirtualizing
Type: System..::.Boolean

See Also