Called when the ItemStringFormat property changes.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.Data.Controls (in DlhSoft.Data.Controls.dll)

Syntax

C#
protected virtual void OnItemStringFormatChanged(
	string oldItemStringFormat,
	string newItemStringFormat
)
Visual Basic (Declaration)
Protected Overridable Sub OnItemStringFormatChanged ( _
	oldItemStringFormat As String, _
	newItemStringFormat As String _
)

Parameters

oldItemStringFormat
Type: System..::.String
newItemStringFormat
Type: System..::.String

See Also