Called when the ResourceContentMemberPath property changes.

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

Syntax

C#
protected virtual void OnResourceContentMemberPathChanged(
	string oldResourceContentMemberPath,
	string newResourceContentMemberPath
)
Visual Basic (Declaration)
Protected Overridable Sub OnResourceContentMemberPathChanged ( _
	oldResourceContentMemberPath As String, _
	newResourceContentMemberPath As String _
)

Parameters

oldResourceContentMemberPath
Type: System..::.String
newResourceContentMemberPath
Type: System..::.String

See Also