Called when the value of the Minimum property changes.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
protected override void OnMinimumChanged(
	double oldMinimum,
	double newMinimum
)
Visual Basic (Declaration)
Protected Overrides Sub OnMinimumChanged ( _
	oldMinimum As Double, _
	newMinimum As Double _
)

Parameters

oldMinimum
Type: System..::.Double
The old property value.
newMinimum
Type: System..::.Double
The new property value.

See Also