Called when the Lag property changes.

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

Syntax

C#
protected virtual void OnLagChanged(
	TimeSpan oldLag,
	TimeSpan newLag
)
Visual Basic (Declaration)
Protected Overridable Sub OnLagChanged ( _
	oldLag As TimeSpan, _
	newLag As TimeSpan _
)

Parameters

oldLag
Type: System..::.TimeSpan
newLag
Type: System..::.TimeSpan

See Also