Called when the ResourceManagerSource property changes.

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

Syntax

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

See Also