Called when the value of the Maximum 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 OnMaximumChanged(
	double oldMaximum,
	double newMaximum
)
Visual Basic
Protected Overrides Sub OnMaximumChanged ( _
	oldMaximum As Double, _
	newMaximum As Double _
)
Visual C++
protected:
virtual void OnMaximumChanged(
	double oldMaximum, 
	double newMaximum
) override

Parameters

oldMaximum
Type: System..::..Double
The old property value.
newMaximum
Type: System..::..Double
The new property value.

See Also