Called when the value of the Minimum property changes.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

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

Parameters

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

See Also