Called when the IsTextSearchCaseSensitive property changes.

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

Syntax

C#
protected virtual void OnIsTextSearchCaseSensitiveChanged(
	bool oldIsTextSearchCaseSensitive,
	bool newIsTextSearchCaseSensitive
)
Visual Basic (Declaration)
Protected Overridable Sub OnIsTextSearchCaseSensitiveChanged ( _
	oldIsTextSearchCaseSensitive As Boolean, _
	newIsTextSearchCaseSensitive As Boolean _
)

Parameters

oldIsTextSearchCaseSensitive
Type: System..::.Boolean
newIsTextSearchCaseSensitive
Type: System..::.Boolean

See Also