Called when the ContentMemberPath property changes.

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

Syntax

C#
protected virtual void OnContentMemberPathChanged(
	string oldContentMemberPath,
	string newContentMemberPath
)
Visual Basic (Declaration)
Protected Overridable Sub OnContentMemberPathChanged ( _
	oldContentMemberPath As String, _
	newContentMemberPath As String _
)

Parameters

oldContentMemberPath
Type: System..::.String
newContentMemberPath
Type: System..::.String

See Also