Called when the LagMemberPath property changes.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
protected virtual void OnLagMemberPathChanged(
	string oldLagMemberPath,
	string newLagMemberPath
)
Visual Basic (Declaration)
Protected Overridable Sub OnLagMemberPathChanged ( _
	oldLagMemberPath As String, _
	newLagMemberPath As String _
)

Parameters

oldLagMemberPath
Type: System..::.String
newLagMemberPath
Type: System..::.String

See Also