Called when the IndexString property changes.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
protected virtual void OnIndexStringChanged(
	string oldIndexString,
	string newIndexString
)
Visual Basic (Declaration)
Protected Overridable Sub OnIndexStringChanged ( _
	oldIndexString As String, _
	newIndexString As String _
)

Parameters

oldIndexString
Type: System..::.String
newIndexString
Type: System..::.String

See Also