Called when the DisplayMemberPath property changes.

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

Syntax

C#
protected virtual void OnDisplayMemberPathChanged(
	string oldDisplayMemberPath,
	string newDisplayMemberPath
)
Visual Basic (Declaration)
Protected Overridable Sub OnDisplayMemberPathChanged ( _
	oldDisplayMemberPath As String, _
	newDisplayMemberPath As String _
)

Parameters

oldDisplayMemberPath
Type: System..::.String
newDisplayMemberPath
Type: System..::.String

See Also