Called when the ScheduleDefinitionManagerSource property changes.

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

Syntax

C#
protected virtual void OnScheduleDefinitionManagerSourceChanged(
	ScheduleDefinitionManager oldValue,
	ScheduleDefinitionManager newValue
)
Visual Basic (Declaration)
Protected Overridable Sub OnScheduleDefinitionManagerSourceChanged ( _
	oldValue As ScheduleDefinitionManager, _
	newValue As ScheduleDefinitionManager _
)

See Also