Called when the ContentStringFormat property changes.

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

Syntax

C#
protected virtual void OnContentStringFormatChanged(
	string oldContentStringFormat,
	string newContentStringFormat
)
Visual Basic (Declaration)
Protected Overridable Sub OnContentStringFormatChanged ( _
	oldContentStringFormat As String, _
	newContentStringFormat As String _
)

Parameters

oldContentStringFormat
Type: System..::.String
newContentStringFormat
Type: System..::.String

See Also